Html Css Color HEX #9B4A5E Cadillac

📋 copy color: '#9B4A5E'

red 155 ◦ green 74 ◦ blue 94

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

Shades of Cadillac #9B4A5E

Tints of Cadillac #9B4A5E

RGB

 RED value IS 155 (60.94% from 255) = 47.99%

 GREEN value IS 74 (29.3% from 255) = 22.91%

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

R = 47.99%
G = 22.91%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#9B4A5E (or 0x9B4A5E) is known color: Cadillac. HEX triplet: 9B, 4A and 5E. RGB value is (155,74,94). Sum of RGB (Red+Green+Blue) = 155+74+94=323 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.99% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4A5E is #64B5A1. Grayscale: #646464. Windows color (decimal): -6600098 or 6179483. OLE color: 6179483.

HSL color Cylindrical-coordinate representation of color #9B4A5E: hue angle of 345.19º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9B4A5E is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 74 94 -
CMYK 0 0.52 0.39 0.39
HSL 345.19º 0.35% 0.45% -
HSV(B) 345.19º 0.52% 0.61% -
XYZ 17.99 12.67 12.09 -
YUV 100.5 124.34 166.87 -
System Red Green Blue C M Y K H S L
Decimal 155 74 94 0 0.52 0.39 0.39 345.19 0.35 0.45
Hex 9B 4A 5E 0 34 27 27 159 23 2D
Octal 233 112 136 0 64 47 47 531 43 55
Binary 10011011 1001010 1011110 0 110100 100111 100111 101011001 100011 101101

Color Harmonies of #9B4A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4A5E

Black with #9B4A5E

Text Example


Text Example

White with #9B4A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B4A5E; }

 p { color: rgb(155,74,94); }

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

background-color css

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

 a { background-color: rgb(155,74,94); }

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

border-color css

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

 span { border-color: rgb(155,74,94); }

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