Html Css Color HEX #9D373F Well Read

📋 copy color: '#9D373F'

red 157 ◦ green 55 ◦ blue 63

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

Shades of Well Read #9D373F

Tints of Well Read #9D373F

RGB

 RED value IS 157 (61.72% from 255) = 57.09%

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

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

R = 57.09%
G = 20%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#9D373F (or 0x9D373F) is known color: Well Read. HEX triplet: 9D, 37 and 3F. RGB value is (157,55,63). Sum of RGB (Red+Green+Blue) = 157+55+63=275 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.09% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 157 - color contains mainly: red. Hex color #9D373F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D373F is #62C8C0. Grayscale: #565656. Windows color (decimal): -6473921 or 4143005. OLE color: 4143005.

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

Color convert

RGB 157 55 63 -
CMYK 0 0.65 0.60 0.38
HSL 355.29º 0.48% 0.42% -
HSV(B) 355.29º 0.65% 0.62% -
XYZ 16.17 10.26 5.83 -
YUV 86.41 114.79 178.35 -
System Red Green Blue C M Y K H S L
Decimal 157 55 63 0 0.65 0.60 0.38 355.29 0.48 0.42
Hex 9D 37 3F 0 41 3C 26 163 30 2A
Octal 235 67 77 0 101 74 46 543 60 52
Binary 10011101 110111 111111 0 1000001 111100 100110 101100011 110000 101010

Color Harmonies of #9D373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D373F

Black with #9D373F

Text Example


Text Example

White with #9D373F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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