Html Css Color HEX #8F4958 Cadillac

📋 copy color: '#8F4958'

red 143 ◦ green 73 ◦ blue 88

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

Shades of Cadillac #8F4958

Tints of Cadillac #8F4958

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.01%

 BLUE value IS 88 (34.77% from 255) = 28.95%

R = 47.04%
G = 24.01%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.44

RGB Variations

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

Color information

#8F4958 (or 0x8F4958) is known color: Cadillac. HEX triplet: 8F, 49 and 58. RGB value is (143,73,88). Sum of RGB (Red+Green+Blue) = 143+73+88=304 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.04% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4958 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4958 is #70B6A7. Grayscale: #5F5F5F. Windows color (decimal): -7386792 or 5785999. OLE color: 5785999.

HSL color Cylindrical-coordinate representation of color #8F4958: hue angle of 347.14º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8F4958 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 73 88 -
CMYK 0 0.49 0.38 0.44
HSL 347.14º 0.32% 0.42% -
HSV(B) 347.14º 0.49% 0.56% -
XYZ 15.47 11.31 10.6 -
YUV 95.64 123.69 161.78 -
System Red Green Blue C M Y K H S L
Decimal 143 73 88 0 0.49 0.38 0.44 347.14 0.32 0.42
Hex 8F 49 58 0 31 26 2C 15B 20 2A
Octal 217 111 130 0 61 46 54 533 40 52
Binary 10001111 1001001 1011000 0 110001 100110 101100 101011011 100000 101010

Color Harmonies of #8F4958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4958

Black with #8F4958

Text Example


Text Example

White with #8F4958

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,73,88); }

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

background-color css

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

 a { background-color: rgb(143,73,88); }

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

border-color css

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

 span { border-color: rgb(143,73,88); }

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