Html Css Color HEX #90425E Cadillac

📋 copy color: '#90425E'

red 144 ◦ green 66 ◦ blue 94

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

Shades of Cadillac #90425E

Tints of Cadillac #90425E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.71%

 BLUE value IS 94 (37.11% from 255) = 30.92%

R = 47.37%
G = 21.71%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#90425E (or 0x90425E) is known color: Cadillac. HEX triplet: 90, 42 and 5E. RGB value is (144,66,94). Sum of RGB (Red+Green+Blue) = 144+66+94=304 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.37% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 144 - color contains mainly: red. Hex color #90425E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90425E is #6FBDA1. Grayscale: #5C5C5C. Windows color (decimal): -7323042 or 6177424. OLE color: 6177424.

HSL color Cylindrical-coordinate representation of color #90425E: hue angle of 338.46º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #90425E is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 66 94 -
CMYK 0 0.54 0.35 0.44
HSL 338.46º 0.37% 0.41% -
HSV(B) 338.46º 0.54% 0.56% -
XYZ 15.47 10.63 11.83 -
YUV 92.51 128.84 164.72 -
System Red Green Blue C M Y K H S L
Decimal 144 66 94 0 0.54 0.35 0.44 338.46 0.37 0.41
Hex 90 42 5E 0 36 23 2C 152 25 29
Octal 220 102 136 0 66 43 54 522 45 51
Binary 10010000 1000010 1011110 0 110110 100011 101100 101010010 100101 101001

Color Harmonies of #90425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90425E

Black with #90425E

Text Example


Text Example

White with #90425E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90425E; }

 p { color: rgb(144,66,94); }

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

background-color css

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

 a { background-color: rgb(144,66,94); }

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

border-color css

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

 span { border-color: rgb(144,66,94); }

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