#8B3630

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

Shades of Crab Apple #8B3630

Tints of Crab Apple #8B3630

Color information

#8B3630 (or 0x8B3630) is unknown color: approx Crab Apple. HEX triplet: 8B, 36 and 30. RGB value is (139,54,48). Sum of RGB (Red+Green+Blue) = 139+54+48=241 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.68% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3630 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3630 is #74C9CF. Grayscale: #4E4E4E. Windows color (decimal): -7653840 or 3159691. OLE color: 3159691.

HSL color Cylindrical-coordinate representation of color #8B3630: hue angle of 3.96º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B3630 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB1395448-
CMYK00.610.650.45
HSL3.96º48.66%36.67%-
HSV(B)3.96º65.47%54.51%-
XYZ12.58.343.75-
YUV78.73110.66170.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 57.68%
GREEN value IS 54 (21.48% from 255) = 22.41%
BLUE value IS 48 (19.14% from 255) = 19.92%
R=57.68%
G=22.41%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139544800.610.650.453.9648.6636.67
Hex8B363003D412D43125
Octal21366600751015546145
Binary1000101111011011000001111011000001101101100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B3630; }

 p { color: rgb(139,54,48); }

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

<style>
 a { background-color: #8B3630; }

 a { background-color: rgb(139,54,48); }

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

<style>
 span { border-color: #8B3630; }

 span { border-color: rgb(139,54,48); }

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