Html Css Color HEX #9F4561 Cadillac

📋 copy color: '#9F4561'

red 159 ◦ green 69 ◦ blue 97

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

Shades of Cadillac #9F4561

Tints of Cadillac #9F4561

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.23%

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

R = 48.92%
G = 21.23%
B = 29.85%

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

#9F4561 (or 0x9F4561) is known color: Cadillac. HEX triplet: 9F, 45 and 61. RGB value is (159,69,97). Sum of RGB (Red+Green+Blue) = 159+69+97=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4561 is #60BA9E. Grayscale: #636363. Windows color (decimal): -6339231 or 6374815. OLE color: 6374815.

HSL color Cylindrical-coordinate representation of color #9F4561: hue angle of 341.33º degrees, saturation: 0.39, 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 #9F4561 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 69 97 -
CMYK 0 0.57 0.39 0.38
HSL 341.33º 0.39% 0.45% -
HSV(B) 341.33º 0.57% 0.62% -
XYZ 18.58 12.49 12.74 -
YUV 99.1 126.82 170.72 -
System Red Green Blue C M Y K H S L
Decimal 159 69 97 0 0.57 0.39 0.38 341.33 0.39 0.45
Hex 9F 45 61 0 39 27 26 155 27 2D
Octal 237 105 141 0 71 47 46 525 47 55
Binary 10011111 1000101 1100001 0 111001 100111 100110 101010101 100111 101101

Color Harmonies of #9F4561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4561

Black with #9F4561

Text Example


Text Example

White with #9F4561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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