Html Css Color HEX #9B4367 Cadillac

📋 copy color: '#9B4367'

red 155 ◦ green 67 ◦ blue 103

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

Shades of Cadillac #9B4367

Tints of Cadillac #9B4367

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.62%

 BLUE value IS 103 (40.63% from 255) = 31.69%

R = 47.69%
G = 20.62%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#9B4367 (or 0x9B4367) is known color: Cadillac. HEX triplet: 9B, 43 and 67. RGB value is (155,67,103). Sum of RGB (Red+Green+Blue) = 155+67+103=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4367 is #64BC98. Grayscale: #616161. Windows color (decimal): -6601881 or 6767515. OLE color: 6767515.

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

Color convert

RGB 155 67 103 -
CMYK 0 0.57 0.34 0.39
HSL 335.45º 0.4% 0.44% -
HSV(B) 335.45º 0.57% 0.61% -
XYZ 17.97 11.96 14.19 -
YUV 97.42 131.15 169.07 -
System Red Green Blue C M Y K H S L
Decimal 155 67 103 0 0.57 0.34 0.39 335.45 0.4 0.44
Hex 9B 43 67 0 39 22 27 14F 28 2C
Octal 233 103 147 0 71 42 47 517 50 54
Binary 10011011 1000011 1100111 0 111001 100010 100111 101001111 101000 101100

Color Harmonies of #9B4367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4367

Black with #9B4367

Text Example


Text Example

White with #9B4367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,67,103); }

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

background-color css

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

 a { background-color: rgb(155,67,103); }

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

border-color css

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

 span { border-color: rgb(155,67,103); }

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