#8B3430

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

Shades of Crab Apple #8B3430

Tints of Crab Apple #8B3430

Color information

#8B3430 (or 0x8B3430) is unknown color: approx Crab Apple. HEX triplet: 8B, 34 and 30. RGB value is (139,52,48). Sum of RGB (Red+Green+Blue) = 139+52+48=239 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.16% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3430 is #74CBCF. Grayscale: #4D4D4D. Windows color (decimal): -7654352 or 3159179. OLE color: 3159179.

HSL color Cylindrical-coordinate representation of color #8B3430: hue angle of 2.64º 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 #8B3430 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB1395248-
CMYK00.630.650.45
HSL2.64º48.66%36.67%-
HSV(B)2.64º65.47%54.51%-
XYZ12.418.163.72-
YUV77.56111.32171.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 58.16%
GREEN value IS 52 (20.70% from 255) = 21.76%
BLUE value IS 48 (19.14% from 255) = 20.08%
R=58.16%
G=21.76%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139524800.630.650.452.6448.6636.67
Hex8B343003F412D33125
Octal21364600771015536145
Binary100010111101001100000111111100000110110111110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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