Html Css Color HEX #904361 Cadillac

📋 copy color: '#904361'

red 144 ◦ green 67 ◦ blue 97

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

Shades of Cadillac #904361

Tints of Cadillac #904361

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.75%

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

R = 46.75%
G = 21.75%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#904361 (or 0x904361) is known color: Cadillac. HEX triplet: 90, 43 and 61. RGB value is (144,67,97). Sum of RGB (Red+Green+Blue) = 144+67+97=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 144 - color contains mainly: red. Hex color #904361 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904361 is #6FBC9E. Grayscale: #5D5D5D. Windows color (decimal): -7322783 or 6374288. OLE color: 6374288.

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

Color convert

RGB 144 67 97 -
CMYK 0 0.53 0.33 0.44
HSL 336.62º 0.36% 0.41% -
HSV(B) 336.62º 0.53% 0.56% -
XYZ 15.67 10.81 12.57 -
YUV 93.44 130.01 164.06 -
System Red Green Blue C M Y K H S L
Decimal 144 67 97 0 0.53 0.33 0.44 336.62 0.36 0.41
Hex 90 43 61 0 35 21 2C 151 24 29
Octal 220 103 141 0 65 41 54 521 44 51
Binary 10010000 1000011 1100001 0 110101 100001 101100 101010001 100100 101001

Color Harmonies of #904361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904361

Black with #904361

Text Example


Text Example

White with #904361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #904361; }

 p { color: rgb(144,67,97); }

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

background-color css

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

 a { background-color: rgb(144,67,97); }

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

border-color css

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

 span { border-color: rgb(144,67,97); }

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