Html Css Color HEX #9B373F Well Read

📋 copy color: '#9B373F'

red 155 ◦ green 55 ◦ blue 63

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

Shades of Well Read #9B373F

Tints of Well Read #9B373F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.08%

R = 56.78%
G = 20.15%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.39

RGB Variations

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

Color information

#9B373F (or 0x9B373F) is known color: Well Read. HEX triplet: 9B, 37 and 3F. RGB value is (155,55,63). Sum of RGB (Red+Green+Blue) = 155+55+63=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B373F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B373F is #64C8C0. Grayscale: #555555. Windows color (decimal): -6604993 or 4143003. OLE color: 4143003.

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

Color convert

RGB 155 55 63 -
CMYK 0 0.65 0.59 0.39
HSL 355.2º 0.48% 0.41% -
HSV(B) 355.2º 0.65% 0.61% -
XYZ 15.78 10.06 5.81 -
YUV 85.81 115.13 177.35 -
System Red Green Blue C M Y K H S L
Decimal 155 55 63 0 0.65 0.59 0.39 355.2 0.48 0.41
Hex 9B 37 3F 0 41 3B 27 163 30 29
Octal 233 67 77 0 101 73 47 543 60 51
Binary 10011011 110111 111111 0 1000001 111011 100111 101100011 110000 101001

Color Harmonies of #9B373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B373F

Black with #9B373F

Text Example


Text Example

White with #9B373F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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