Html Css Color HEX #914461 Cadillac

📋 copy color: '#914461'

red 145 ◦ green 68 ◦ blue 97

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

Shades of Cadillac #914461

Tints of Cadillac #914461

RGB

 RED value IS 145 (57.03% from 255) = 46.77%

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

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

R = 46.77%
G = 21.94%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.43

RGB Variations

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

Color information

#914461 (or 0x914461) is known color: Cadillac. HEX triplet: 91, 44 and 61. RGB value is (145,68,97). Sum of RGB (Red+Green+Blue) = 145+68+97=310 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.77% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 145 - color contains mainly: red. Hex color #914461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914461 is #6EBB9E. Grayscale: #5E5E5E. Windows color (decimal): -7256991 or 6374545. OLE color: 6374545.

HSL color Cylindrical-coordinate representation of color #914461: hue angle of 337.4º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #914461 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 68 97 -
CMYK 0 0.53 0.33 0.43
HSL 337.4º 0.36% 0.42% -
HSV(B) 337.4º 0.53% 0.57% -
XYZ 15.9 11.02 12.6 -
YUV 94.33 129.51 164.14 -
System Red Green Blue C M Y K H S L
Decimal 145 68 97 0 0.53 0.33 0.43 337.4 0.36 0.42
Hex 91 44 61 0 35 21 2B 151 24 2A
Octal 221 104 141 0 65 41 53 521 44 52
Binary 10010001 1000100 1100001 0 110101 100001 101011 101010001 100100 101010

Color Harmonies of #914461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914461

Black with #914461

Text Example


Text Example

White with #914461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914461; }

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

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

background-color css

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

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

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

border-color css

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

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

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