Html Css Color HEX #9B4971 Cadillac

📋 copy color: '#9B4971'

red 155 ◦ green 73 ◦ blue 113

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

Shades of Cadillac #9B4971

Tints of Cadillac #9B4971

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.41%

 BLUE value IS 113 (44.53% from 255) = 33.14%

R = 45.45%
G = 21.41%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#9B4971 (or 0x9B4971) is known color: Cadillac. HEX triplet: 9B, 49 and 71. RGB value is (155,73,113). Sum of RGB (Red+Green+Blue) = 155+73+113=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4971 is #64B68E. Grayscale: #666666. Windows color (decimal): -6600335 or 7424411. OLE color: 7424411.

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

Color convert

RGB 155 73 113 -
CMYK 0 0.53 0.27 0.39
HSL 330.73º 0.36% 0.45% -
HSV(B) 330.73º 0.53% 0.61% -
XYZ 18.88 12.93 17.12 -
YUV 102.08 134.17 165.75 -
System Red Green Blue C M Y K H S L
Decimal 155 73 113 0 0.53 0.27 0.39 330.73 0.36 0.45
Hex 9B 49 71 0 35 1B 27 14B 24 2D
Octal 233 111 161 0 65 33 47 513 44 55
Binary 10011011 1001001 1110001 0 110101 11011 100111 101001011 100100 101101

Color Harmonies of #9B4971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4971

Black with #9B4971

Text Example


Text Example

White with #9B4971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,73,113); }

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

background-color css

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

 a { background-color: rgb(155,73,113); }

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

border-color css

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

 span { border-color: rgb(155,73,113); }

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