Shades of Crab Apple #8C3630
Tints of Crab Apple #8C3630
RGB
CMYK
RGB Variations
Color information
#8C3630 (or 0x8C3630) is known color: Crab Apple. HEX triplet: 8C, 36 and 30. RGB value is (140,54,48). Sum of RGB (Red+Green+Blue) = 140+54+48=242 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.85% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3630 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3630 is #73C9CF. Grayscale: #4F4F4F. Windows color (decimal): -7588304 or 3159692. OLE color: 3159692.
HSL color Cylindrical-coordinate representation of color #8C3630: hue angle of 3.91º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C3630 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 54 | 48 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.45 |
| HSL | 3.91º | 0.49% | 0.37% | - |
| HSV(B) | 3.91º | 0.66% | 0.55% | - |
| XYZ | 12.67 | 8.43 | 3.76 | - |
| YUV | 79.03 | 110.49 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 54 | 48 | 0 | 0.61 | 0.66 | 0.45 | 3.91 | 0.49 | 0.37 |
| Hex | 8C | 36 | 30 | 0 | 3D | 42 | 2D | 4 | 31 | 25 |
| Octal | 214 | 66 | 60 | 0 | 75 | 102 | 55 | 4 | 61 | 45 |
| Binary | 10001100 | 110110 | 110000 | 0 | 111101 | 1000010 | 101101 | 100 | 110001 | 100101 |
Color Harmonies of #8C3630
Complementary color
Monochromatic Colors of #8C3630
Black with #8C3630
Text Example
Text Example
White with #8C3630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3630; }
p { color: rgb(140,54,48); }
H1.HeaderClassName
{
color: #8C3630;
}
.AnyTagClassName
{
color: #8C3630;
}
</style>
background-color css
<style>
a { background-color: #8C3630; }
a { background-color: rgb(140,54,48); }
div.DivClassName
{
background-color: #8C3630;
}
.BgClassName
{
background-color: #8C3630;
}
</style>
border-color css
<style>
span { border-color: #8C3630; }
span { border-color: rgb(140,54,48); }
td.TdClassName
{
border-color: #8C3630;
}
.TagClassName
{
border-color: #8C3630;
}
</style>