Html Css Color HEX #9B4161 Cadillac

📋 copy color: '#9B4161'

red 155 ◦ green 65 ◦ blue 97

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

Shades of Cadillac #9B4161

Tints of Cadillac #9B4161

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.5%

 BLUE value IS 97 (38.28% from 255) = 30.6%

R = 48.9%
G = 20.5%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#9B4161 (or 0x9B4161) is known color: Cadillac. HEX triplet: 9B, 41 and 61. RGB value is (155,65,97). Sum of RGB (Red+Green+Blue) = 155+65+97=317 (41% of max value = 765). Red value is 155 (60.94% from 255 or 48.90% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 97 (38.28% from 255 or 30.60% from 317); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4161 is #64BE9E. Grayscale: #5F5F5F. Windows color (decimal): -6602399 or 6373787. OLE color: 6373787.

HSL color Cylindrical-coordinate representation of color #9B4161: hue angle of 338.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B4161 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 65 97 -
CMYK 0 0.58 0.37 0.39
HSL 338.67º 0.41% 0.43% -
HSV(B) 338.67º 0.58% 0.61% -
XYZ 17.57 11.61 12.62 -
YUV 95.56 128.82 170.4 -
System Red Green Blue C M Y K H S L
Decimal 155 65 97 0 0.58 0.37 0.39 338.67 0.41 0.43
Hex 9B 41 61 0 3A 25 27 153 29 2B
Octal 233 101 141 0 72 45 47 523 51 53
Binary 10011011 1000001 1100001 0 111010 100101 100111 101010011 101001 101011

Color Harmonies of #9B4161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4161

Black with #9B4161

Text Example


Text Example

White with #9B4161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,65,97); }

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

background-color css

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

 a { background-color: rgb(155,65,97); }

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

border-color css

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

 span { border-color: rgb(155,65,97); }

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