Html Css Color HEX #8F425F Cadillac

📋 copy color: '#8F425F'

red 143 ◦ green 66 ◦ blue 95

#8F425F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadillac #8F425F

Tints of Cadillac #8F425F

RGB

 RED value IS 143 (56.25% from 255) = 47.04%

 GREEN value IS 66 (26.17% from 255) = 21.71%

 BLUE value IS 95 (37.5% from 255) = 31.25%

R = 47.04%
G = 21.71%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#8F425F (or 0x8F425F) is known color: Cadillac. HEX triplet: 8F, 42 and 5F. RGB value is (143,66,95). Sum of RGB (Red+Green+Blue) = 143+66+95=304 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.04% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 143 - color contains mainly: red. Hex color #8F425F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F425F is #70BDA0. Grayscale: #5C5C5C. Windows color (decimal): -7388577 or 6242959. OLE color: 6242959.

HSL color Cylindrical-coordinate representation of color #8F425F: hue angle of 337.4º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8F425F is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 66 95 -
CMYK 0 0.54 0.34 0.44
HSL 337.4º 0.37% 0.41% -
HSV(B) 337.4º 0.54% 0.56% -
XYZ 15.34 10.56 12.06 -
YUV 92.33 129.51 164.14 -
System Red Green Blue C M Y K H S L
Decimal 143 66 95 0 0.54 0.34 0.44 337.4 0.37 0.41
Hex 8F 42 5F 0 36 22 2C 151 25 29
Octal 217 102 137 0 66 42 54 521 45 51
Binary 10001111 1000010 1011111 0 110110 100010 101100 101010001 100101 101001

Color Harmonies of #8F425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F425F

Black with #8F425F

Text Example


Text Example

White with #8F425F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,66,95); }

 H1.HeaderClassName
 {
   color: #8F425F;
 }
 .AnyTagClassName
 {
   color: #8F425F;
 }
</style>

background-color css

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

 a { background-color: rgb(143,66,95); }

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

border-color css

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

 span { border-color: rgb(143,66,95); }

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