#914370

Color #914370 Cadillac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadillac #914370

Tints of Cadillac #914370

Color information

#914370 (or 0x914370) is unknown color: approx Cadillac. HEX triplet: 91, 43 and 70. RGB value is (145,67,112). Sum of RGB (Red+Green+Blue) = 145+67+112=324 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.75% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 145 - color contains mainly: red. Hex color #914370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914370 is #6EBC8F. Grayscale: #5F5F5F. Windows color (decimal): -7257232 or 7357329. OLE color: 7357329.

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

Color convert

RGB14567112-
CMYK00.540.230.43
HSL325.38º36.79%41.57%-
HSV(B)325.38º53.79%56.86%-
XYZ16.6111.216.62-
YUV95.45137.34163.34-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.75%
GREEN value IS 67 (26.56% from 255) = 20.68%
BLUE value IS 112 (44.14% from 255) = 34.57%
R=44.75%
G=20.68%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1456711200.540.230.43325.3836.7941.57
Hex914370036172B145252a
Octal22110316006627535054552
Binary1001000110000111110000011011010111101011101000101100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914370; }

 p { color: rgb(145,67,112); }

 H1.HeaderClassName
 {
   color: #914370;
 }
 .AnyTagClassName
 {
   color: #914370;
 }
</style>
background-color css

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

 a { background-color: rgb(145,67,112); }

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

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

 span { border-color: rgb(145,67,112); }

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