Html Css Color HEX #9B4964 Cadillac

📋 copy color: '#9B4964'

red 155 ◦ green 73 ◦ blue 100

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

Shades of Cadillac #9B4964

Tints of Cadillac #9B4964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.49%

R = 47.26%
G = 22.26%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#9B4964 (or 0x9B4964) is known color: Cadillac. HEX triplet: 9B, 49 and 64. RGB value is (155,73,100). Sum of RGB (Red+Green+Blue) = 155+73+100=328 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.26% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4964 is #64B69B. Grayscale: #646464. Windows color (decimal): -6600348 or 6572443. OLE color: 6572443.

HSL color Cylindrical-coordinate representation of color #9B4964: hue angle of 340.24º 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 #9B4964 is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 73 100 -
CMYK 0 0.53 0.35 0.39
HSL 340.24º 0.36% 0.45% -
HSV(B) 340.24º 0.53% 0.61% -
XYZ 18.2 12.65 13.54 -
YUV 100.6 127.67 166.8 -
System Red Green Blue C M Y K H S L
Decimal 155 73 100 0 0.53 0.35 0.39 340.24 0.36 0.45
Hex 9B 49 64 0 35 23 27 154 24 2D
Octal 233 111 144 0 65 43 47 524 44 55
Binary 10011011 1001001 1100100 0 110101 100011 100111 101010100 100100 101101

Color Harmonies of #9B4964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4964

Black with #9B4964

Text Example


Text Example

White with #9B4964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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