Html Css Color HEX #8F4354 Cadillac

📋 copy color: '#8F4354'

red 143 ◦ green 67 ◦ blue 84

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

Shades of Cadillac #8F4354

Tints of Cadillac #8F4354

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.79%

 BLUE value IS 84 (33.2% from 255) = 28.57%

R = 48.64%
G = 22.79%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.41

 K value IS 0.44

RGB Variations

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

Color information

#8F4354 (or 0x8F4354) is known color: Cadillac. HEX triplet: 8F, 43 and 54. RGB value is (143,67,84). Sum of RGB (Red+Green+Blue) = 143+67+84=294 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.64% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 84 (33.20% from 255 or 28.57% from 294); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4354 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4354 is #70BCAB. Grayscale: #5B5B5B. Windows color (decimal): -7388332 or 5522319. OLE color: 5522319.

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

Color convert

RGB 143 67 84 -
CMYK 0 0.53 0.41 0.44
HSL 346.58º 0.36% 0.41% -
HSV(B) 346.58º 0.53% 0.56% -
XYZ 14.94 10.49 9.63 -
YUV 91.66 123.68 164.62 -
System Red Green Blue C M Y K H S L
Decimal 143 67 84 0 0.53 0.41 0.44 346.58 0.36 0.41
Hex 8F 43 54 0 35 29 2C 15B 24 29
Octal 217 103 124 0 65 51 54 533 44 51
Binary 10001111 1000011 1010100 0 110101 101001 101100 101011011 100100 101001

Color Harmonies of #8F4354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4354

Black with #8F4354

Text Example


Text Example

White with #8F4354

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,67,84); }

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

background-color css

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

 a { background-color: rgb(143,67,84); }

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

border-color css

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

 span { border-color: rgb(143,67,84); }

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