Html Css Color HEX #914757 Cadillac

📋 copy color: '#914757'

red 145 ◦ green 71 ◦ blue 87

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

Shades of Cadillac #914757

Tints of Cadillac #914757

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.43%

 BLUE value IS 87 (34.38% from 255) = 28.71%

R = 47.85%
G = 23.43%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.4

 K value IS 0.43

RGB Variations

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

Color information

#914757 (or 0x914757) is known color: Cadillac. HEX triplet: 91, 47 and 57. RGB value is (145,71,87). Sum of RGB (Red+Green+Blue) = 145+71+87=303 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.85% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 87 (34.38% from 255 or 28.71% from 303); Max value from RGB is 145 - color contains mainly: red. Hex color #914757 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914757 is #6EB8A8. Grayscale: #5E5E5E. Windows color (decimal): -7256233 or 5719953. OLE color: 5719953.

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

Color convert

RGB 145 71 87 -
CMYK 0 0.51 0.4 0.43
HSL 347.03º 0.34% 0.42% -
HSV(B) 347.03º 0.51% 0.57% -
XYZ 15.65 11.21 10.36 -
YUV 94.95 123.52 163.7 -
System Red Green Blue C M Y K H S L
Decimal 145 71 87 0 0.51 0.4 0.43 347.03 0.34 0.42
Hex 91 47 57 0 33 28 2B 15B 22 2A
Octal 221 107 127 0 63 50 53 533 42 52
Binary 10010001 1000111 1010111 0 110011 101000 101011 101011011 100010 101010

Color Harmonies of #914757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914757

Black with #914757

Text Example


Text Example

White with #914757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914757; }

 p { color: rgb(145,71,87); }

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

background-color css

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

 a { background-color: rgb(145,71,87); }

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

border-color css

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

 span { border-color: rgb(145,71,87); }

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