#81362B

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

Shades of Crab Apple #81362B

Tints of Crab Apple #81362B

Color information

#81362B (or 0x81362B) is unknown color: approx Crab Apple. HEX triplet: 81, 36 and 2B. RGB value is (129,54,43). Sum of RGB (Red+Green+Blue) = 129+54+43=226 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.08% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 129 - color contains mainly: red. Hex color #81362B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81362B is #7EC9D4. Grayscale: #4B4B4B. Windows color (decimal): -8309205 or 2832001. OLE color: 2832001.

HSL color Cylindrical-coordinate representation of color #81362B: hue angle of 7.67º degrees, saturation: 0.5, 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 #81362B is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB1295443-
CMYK00.580.670.49
HSL7.67º50%33.73%-
HSV(B)7.67º66.67%50.59%-
XYZ10.817.483.16-
YUV75.17109.85166.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 57.08%
GREEN value IS 54 (21.48% from 255) = 23.89%
BLUE value IS 43 (17.19% from 255) = 19.03%
R=57.08%
G=23.89%
B=19.03%

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
Decimal129544300.580.670.497.675033.73
Hex81362B03A433183222
Octal201665307210361106242
Binary10000001110110101011011101010000111100011000110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81362B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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