Html Css Color HEX #9B4671 Cadillac

📋 copy color: '#9B4671'

red 155 ◦ green 70 ◦ blue 113

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

Shades of Cadillac #9B4671

Tints of Cadillac #9B4671

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.71%

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

R = 45.86%
G = 20.71%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#9B4671 (or 0x9B4671) is known color: Cadillac. HEX triplet: 9B, 46 and 71. RGB value is (155,70,113). Sum of RGB (Red+Green+Blue) = 155+70+113=338 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.86% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4671 is #64B98E. Grayscale: #646464. Windows color (decimal): -6601103 or 7423643. OLE color: 7423643.

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

Color convert

RGB 155 70 113 -
CMYK 0 0.55 0.27 0.39
HSL 329.65º 0.38% 0.44% -
HSV(B) 329.65º 0.55% 0.61% -
XYZ 18.69 12.54 17.06 -
YUV 100.32 135.16 167 -
System Red Green Blue C M Y K H S L
Decimal 155 70 113 0 0.55 0.27 0.39 329.65 0.38 0.44
Hex 9B 46 71 0 37 1B 27 14A 26 2C
Octal 233 106 161 0 67 33 47 512 46 54
Binary 10011011 1000110 1110001 0 110111 11011 100111 101001010 100110 101100

Color Harmonies of #9B4671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4671

Black with #9B4671

Text Example


Text Example

White with #9B4671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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