Html Css Color HEX #9C373E Well Read

📋 copy color: '#9C373E'

red 156 ◦ green 55 ◦ blue 62

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

Shades of Well Read #9C373E

Tints of Well Read #9C373E

RGB

 RED value IS 156 (61.33% from 255) = 57.14%

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

 BLUE value IS 62 (24.61% from 255) = 22.71%

R = 57.14%
G = 20.15%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.39

RGB Variations

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

Color information

#9C373E (or 0x9C373E) is known color: Well Read. HEX triplet: 9C, 37 and 3E. RGB value is (156,55,62). Sum of RGB (Red+Green+Blue) = 156+55+62=273 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.14% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 156 - color contains mainly: red. Hex color #9C373E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C373E is #63C8C1. Grayscale: #565656. Windows color (decimal): -6539458 or 4077468. OLE color: 4077468.

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

Color convert

RGB 156 55 62 -
CMYK 0 0.65 0.60 0.39
HSL 355.84º 0.48% 0.41% -
HSV(B) 355.84º 0.65% 0.61% -
XYZ 15.95 10.15 5.68 -
YUV 86 114.46 177.93 -
System Red Green Blue C M Y K H S L
Decimal 156 55 62 0 0.65 0.60 0.39 355.84 0.48 0.41
Hex 9C 37 3E 0 41 3C 27 164 30 29
Octal 234 67 76 0 101 74 47 544 60 51
Binary 10011100 110111 111110 0 1000001 111100 100111 101100100 110000 101001

Color Harmonies of #9C373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C373E

Black with #9C373E

Text Example


Text Example

White with #9C373E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,55,62); }

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

background-color css

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

 a { background-color: rgb(156,55,62); }

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

border-color css

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

 span { border-color: rgb(156,55,62); }

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