Html Css Color HEX #93425A Cadillac

📋 copy color: '#93425A'

red 147 ◦ green 66 ◦ blue 90

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

Shades of Cadillac #93425A

Tints of Cadillac #93425A

RGB

 RED value IS 147 (57.81% from 255) = 48.51%

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

 BLUE value IS 90 (35.55% from 255) = 29.7%

R = 48.51%
G = 21.78%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#93425A (or 0x93425A) is known color: Cadillac. HEX triplet: 93, 42 and 5A. RGB value is (147,66,90). Sum of RGB (Red+Green+Blue) = 147+66+90=303 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.51% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 147 - color contains mainly: red. Hex color #93425A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93425A is #6CBDA5. Grayscale: #5C5C5C. Windows color (decimal): -7126438 or 5915283. OLE color: 5915283.

HSL color Cylindrical-coordinate representation of color #93425A: hue angle of 342.22º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #93425A is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 66 90 -
CMYK 0 0.55 0.39 0.42
HSL 342.22º 0.38% 0.42% -
HSV(B) 342.22º 0.55% 0.58% -
XYZ 15.83 10.84 10.93 -
YUV 92.96 126.34 166.55 -
System Red Green Blue C M Y K H S L
Decimal 147 66 90 0 0.55 0.39 0.42 342.22 0.38 0.42
Hex 93 42 5A 0 37 27 2A 156 26 2A
Octal 223 102 132 0 67 47 52 526 46 52
Binary 10010011 1000010 1011010 0 110111 100111 101010 101010110 100110 101010

Color Harmonies of #93425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93425A

Black with #93425A

Text Example


Text Example

White with #93425A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93425A; }

 p { color: rgb(147,66,90); }

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

background-color css

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

 a { background-color: rgb(147,66,90); }

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

border-color css

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

 span { border-color: rgb(147,66,90); }

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