Html Css Color HEX #99373F Well Read

📋 copy color: '#99373F'

red 153 ◦ green 55 ◦ blue 63

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

Shades of Well Read #99373F

Tints of Well Read #99373F

RGB

 RED value IS 153 (60.16% from 255) = 56.46%

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

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

R = 56.46%
G = 20.3%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.4

RGB Variations

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

Color information

#99373F (or 0x99373F) is known color: Well Read. HEX triplet: 99, 37 and 3F. RGB value is (153,55,63). Sum of RGB (Red+Green+Blue) = 153+55+63=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #99373F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99373F is #66C8C0. Grayscale: #555555. Windows color (decimal): -6736065 or 4143001. OLE color: 4143001.

HSL color Cylindrical-coordinate representation of color #99373F: hue angle of 355.1º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #99373F is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 55 63 -
CMYK 0 0.64 0.59 0.4
HSL 355.1º 0.47% 0.41% -
HSV(B) 355.1º 0.64% 0.6% -
XYZ 15.4 9.86 5.79 -
YUV 85.21 115.47 176.35 -
System Red Green Blue C M Y K H S L
Decimal 153 55 63 0 0.64 0.59 0.4 355.1 0.47 0.41
Hex 99 37 3F 0 40 3B 28 163 2F 29
Octal 231 67 77 0 100 73 50 543 57 51
Binary 10011001 110111 111111 0 1000000 111011 101000 101100011 101111 101001

Color Harmonies of #99373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99373F

Black with #99373F

Text Example


Text Example

White with #99373F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99373F; }

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

 H1.HeaderClassName
 {
   color: #99373F;
 }
 .AnyTagClassName
 {
   color: #99373F;
 }
</style>

background-color css

<style>
 a { background-color: #99373F; }

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

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

border-color css

<style>
 span { border-color: #99373F; }

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

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