#81362A

Color #81362A Crab Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crab Apple #81362A

Tints of Crab Apple #81362A

Color information

#81362A (or 0x81362A) is unknown color: approx Crab Apple. HEX triplet: 81, 36 and 2A. RGB value is (129,54,42). Sum of RGB (Red+Green+Blue) = 129+54+42=225 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.33% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 129 - color contains mainly: red. Hex color #81362A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81362A is #7EC9D5. Grayscale: #4B4B4B. Windows color (decimal): -8309206 or 2766465. OLE color: 2766465.

HSL color Cylindrical-coordinate representation of color #81362A: hue angle of 8.28º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #81362A is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB1295442-
CMYK00.580.670.49
HSL8.28º50.88%33.53%-
HSV(B)8.28º67.44%50.59%-
XYZ10.797.473.06-
YUV75.06109.35166.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 129 (50.78% from 255) = 57.33%
GREEN value IS 54 (21.48% from 255) = 24%
BLUE value IS 42 (16.80% from 255) = 18.67%
R=57.33%
G=24%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129544200.580.670.498.2850.8833.53
Hex81362A03A433183322
Octal201665207210361106342
Binary10000001110110101010011101010000111100011000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81362A; }

 p { color: rgb(129,54,42); }

 H1.HeaderClassName
 {
   color: #81362A;
 }
 .AnyTagClassName
 {
   color: #81362A;
 }
</style>
background-color css

<style>
 a { background-color: #81362A; }

 a { background-color: rgb(129,54,42); }

 div.DivClassName
 {
   background-color: #81362A;
 }
 .BgClassName
 {
   background-color: #81362A;
 }
</style>
border-color css

<style>
 span { border-color: #81362A; }

 span { border-color: rgb(129,54,42); }

 td.TdClassName
 {
   border-color: #81362A;
 }
 .TagClassName
 {
   border-color: #81362A;
 }
</style>