Html Css Color HEX #9B373B Well Read

📋 copy color: '#9B373B'

red 155 ◦ green 55 ◦ blue 59

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

Shades of Well Read #9B373B

Tints of Well Read #9B373B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.45%

 BLUE value IS 59 (23.44% from 255) = 21.93%

R = 57.62%
G = 20.45%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.39

RGB Variations

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

Color information

#9B373B (or 0x9B373B) is known color: Well Read. HEX triplet: 9B, 37 and 3B. RGB value is (155,55,59). Sum of RGB (Red+Green+Blue) = 155+55+59=269 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.62% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 155 - color contains mainly: red. Hex color #9B373B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B373B is #64C8C4. Grayscale: #555555. Windows color (decimal): -6604997 or 3880859. OLE color: 3880859.

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

Color convert

RGB 155 55 59 -
CMYK 0 0.65 0.62 0.39
HSL 357.6º 0.48% 0.41% -
HSV(B) 357.6º 0.65% 0.61% -
XYZ 15.67 10.02 5.25 -
YUV 85.36 113.13 177.67 -
System Red Green Blue C M Y K H S L
Decimal 155 55 59 0 0.65 0.62 0.39 357.6 0.48 0.41
Hex 9B 37 3B 0 41 3E 27 166 30 29
Octal 233 67 73 0 101 76 47 546 60 51
Binary 10011011 110111 111011 0 1000001 111110 100111 101100110 110000 101001

Color Harmonies of #9B373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B373B

Black with #9B373B

Text Example


Text Example

White with #9B373B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,55,59); }

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

background-color css

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

 a { background-color: rgb(155,55,59); }

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

border-color css

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

 span { border-color: rgb(155,55,59); }

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