Html Css Color HEX #9F4461 Cadillac

📋 copy color: '#9F4461'

red 159 ◦ green 68 ◦ blue 97

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

Shades of Cadillac #9F4461

Tints of Cadillac #9F4461

RGB

 RED value IS 159 (62.5% from 255) = 49.07%

 GREEN value IS 68 (26.95% from 255) = 20.99%

 BLUE value IS 97 (38.28% from 255) = 29.94%

R = 49.07%
G = 20.99%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#9F4461 (or 0x9F4461) is known color: Cadillac. HEX triplet: 9F, 44 and 61. RGB value is (159,68,97). Sum of RGB (Red+Green+Blue) = 159+68+97=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4461 is #60BB9E. Grayscale: #626262. Windows color (decimal): -6339487 or 6374559. OLE color: 6374559.

HSL color Cylindrical-coordinate representation of color #9F4461: hue angle of 340.88º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F4461 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 68 97 -
CMYK 0 0.57 0.39 0.38
HSL 340.88º 0.4% 0.45% -
HSV(B) 340.88º 0.57% 0.62% -
XYZ 18.52 12.37 12.72 -
YUV 98.52 127.15 171.14 -
System Red Green Blue C M Y K H S L
Decimal 159 68 97 0 0.57 0.39 0.38 340.88 0.4 0.45
Hex 9F 44 61 0 39 27 26 155 28 2D
Octal 237 104 141 0 71 47 46 525 50 55
Binary 10011111 1000100 1100001 0 111001 100111 100110 101010101 101000 101101

Color Harmonies of #9F4461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4461

Black with #9F4461

Text Example


Text Example

White with #9F4461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F4461; }

 p { color: rgb(159,68,97); }

 H1.HeaderClassName
 {
   color: #9F4461;
 }
 .AnyTagClassName
 {
   color: #9F4461;
 }
</style>

background-color css

<style>
 a { background-color: #9F4461; }

 a { background-color: rgb(159,68,97); }

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

border-color css

<style>
 span { border-color: #9F4461; }

 span { border-color: rgb(159,68,97); }

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