Html Css Color HEX #90495D Cadillac

📋 copy color: '#90495D'

red 144 ◦ green 73 ◦ blue 93

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

Shades of Cadillac #90495D

Tints of Cadillac #90495D

RGB

 RED value IS 144 (56.64% from 255) = 46.45%

 GREEN value IS 73 (28.91% from 255) = 23.55%

 BLUE value IS 93 (36.72% from 255) = 30%

R = 46.45%
G = 23.55%
B = 30%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#90495D (or 0x90495D) is known color: Cadillac. HEX triplet: 90, 49 and 5D. RGB value is (144,73,93). Sum of RGB (Red+Green+Blue) = 144+73+93=310 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.45% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 144 - color contains mainly: red. Hex color #90495D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90495D is #6FB6A2. Grayscale: #606060. Windows color (decimal): -7321251 or 6113680. OLE color: 6113680.

HSL color Cylindrical-coordinate representation of color #90495D: hue angle of 343.1º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #90495D is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 73 93 -
CMYK 0 0.49 0.35 0.44
HSL 343.1º 0.33% 0.43% -
HSV(B) 343.1º 0.49% 0.56% -
XYZ 15.86 11.48 11.74 -
YUV 96.51 126.02 161.87 -
System Red Green Blue C M Y K H S L
Decimal 144 73 93 0 0.49 0.35 0.44 343.1 0.33 0.43
Hex 90 49 5D 0 31 23 2C 157 21 2B
Octal 220 111 135 0 61 43 54 527 41 53
Binary 10010000 1001001 1011101 0 110001 100011 101100 101010111 100001 101011

Color Harmonies of #90495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90495D

Black with #90495D

Text Example


Text Example

White with #90495D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90495D; }

 p { color: rgb(144,73,93); }

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

background-color css

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

 a { background-color: rgb(144,73,93); }

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

border-color css

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

 span { border-color: rgb(144,73,93); }

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