Html Css Color HEX #944072 Cadillac

📋 copy color: '#944072'

red 148 ◦ green 64 ◦ blue 114

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

Shades of Cadillac #944072

Tints of Cadillac #944072

RGB

 RED value IS 148 (58.2% from 255) = 45.4%

 GREEN value IS 64 (25.39% from 255) = 19.63%

 BLUE value IS 114 (44.92% from 255) = 34.97%

R = 45.4%
G = 19.63%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#944072 (or 0x944072) is known color: Cadillac. HEX triplet: 94, 40 and 72. RGB value is (148,64,114). Sum of RGB (Red+Green+Blue) = 148+64+114=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #944072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944072 is #6BBF8D. Grayscale: #5E5E5E. Windows color (decimal): -7061390 or 7487636. OLE color: 7487636.

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

Color convert

RGB 148 64 114 -
CMYK 0 0.57 0.23 0.42
HSL 324.29º 0.4% 0.42% -
HSV(B) 324.29º 0.57% 0.58% -
XYZ 17.08 11.18 17.18 -
YUV 94.82 138.83 165.93 -
System Red Green Blue C M Y K H S L
Decimal 148 64 114 0 0.57 0.23 0.42 324.29 0.4 0.42
Hex 94 40 72 0 39 17 2A 144 28 2A
Octal 224 100 162 0 71 27 52 504 50 52
Binary 10010100 1000000 1110010 0 111001 10111 101010 101000100 101000 101010

Color Harmonies of #944072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944072

Black with #944072

Text Example


Text Example

White with #944072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944072; }

 p { color: rgb(148,64,114); }

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

background-color css

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

 a { background-color: rgb(148,64,114); }

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

border-color css

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

 span { border-color: rgb(148,64,114); }

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