Html Css Color HEX #9B4446 Solid Pink

📋 copy color: '#9B4446'

red 155 ◦ green 68 ◦ blue 70

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

Shades of Solid Pink #9B4446

Tints of Solid Pink #9B4446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.21%

 BLUE value IS 70 (27.73% from 255) = 23.89%

R = 52.9%
G = 23.21%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#9B4446 (or 0x9B4446) is known color: Solid Pink. HEX triplet: 9B, 44 and 46. RGB value is (155,68,70). Sum of RGB (Red+Green+Blue) = 155+68+70=293 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.90% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4446 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4446 is #64BBB9. Grayscale: #5E5E5E. Windows color (decimal): -6601658 or 4605083. OLE color: 4605083.

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

Color convert

RGB 155 68 70 -
CMYK 0 0.56 0.55 0.39
HSL 358.62º 0.39% 0.44% -
HSV(B) 358.62º 0.56% 0.61% -
XYZ 16.69 11.55 7.14 -
YUV 94.24 114.32 171.34 -
System Red Green Blue C M Y K H S L
Decimal 155 68 70 0 0.56 0.55 0.39 358.62 0.39 0.44
Hex 9B 44 46 0 38 37 27 167 27 2C
Octal 233 104 106 0 70 67 47 547 47 54
Binary 10011011 1000100 1000110 0 111000 110111 100111 101100111 100111 101100

Color Harmonies of #9B4446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4446

Black with #9B4446

Text Example


Text Example

White with #9B4446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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