#8D382D

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

Shades of Crab Apple #8D382D

Tints of Crab Apple #8D382D

Color information

#8D382D (or 0x8D382D) is unknown color: approx Crab Apple. HEX triplet: 8D, 38 and 2D. RGB value is (141,56,45). Sum of RGB (Red+Green+Blue) = 141+56+45=242 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.26% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 141 - color contains mainly: red. Hex color #8D382D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D382D is #72C7D2. Grayscale: #505050. Windows color (decimal): -7522259 or 2963597. OLE color: 2963597.

HSL color Cylindrical-coordinate representation of color #8D382D: hue angle of 6.88º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D382D is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB1415645-
CMYK00.600.680.45
HSL6.88º51.61%36.47%-
HSV(B)6.88º68.09%55.29%-
XYZ12.878.683.48-
YUV80.16108.16171.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 58.26%
GREEN value IS 56 (22.27% from 255) = 23.14%
BLUE value IS 45 (17.97% from 255) = 18.60%
R=58.26%
G=23.14%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141564500.600.680.456.8851.6136.47
Hex8D382D03C442D73424
Octal21570550741045576444
Binary1000110111100010110101111001000100101101111110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,56,45); }

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

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

 a { background-color: rgb(141,56,45); }

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

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

 span { border-color: rgb(141,56,45); }

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