Html Css Color HEX #99353A Well Read

📋 copy color: '#99353A'

red 153 ◦ green 53 ◦ blue 58

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

Shades of Well Read #99353A

Tints of Well Read #99353A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.08%

 BLUE value IS 58 (23.05% from 255) = 21.97%

R = 57.95%
G = 20.08%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.4

RGB Variations

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

Color information

#99353A (or 0x99353A) is known color: Well Read. HEX triplet: 99, 35 and 3A. RGB value is (153,53,58). Sum of RGB (Red+Green+Blue) = 153+53+58=264 (34% of max value = 765). Red value is 153 (60.16% from 255 or 57.95% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 58 (23.05% from 255 or 21.97% from 264); Max value from RGB is 153 - color contains mainly: red. Hex color #99353A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99353A is #66CAC5. Grayscale: #535353. Windows color (decimal): -6736582 or 3814809. OLE color: 3814809.

HSL color Cylindrical-coordinate representation of color #99353A: hue angle of 357º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #99353A is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 53 58 -
CMYK 0 0.65 0.62 0.4
HSL 357º 0.49% 0.4% -
HSV(B) 357º 0.65% 0.6% -
XYZ 15.17 9.62 5.06 -
YUV 83.47 113.63 177.59 -
System Red Green Blue C M Y K H S L
Decimal 153 53 58 0 0.65 0.62 0.4 357 0.49 0.4
Hex 99 35 3A 0 41 3E 28 165 31 28
Octal 231 65 72 0 101 76 50 545 61 50
Binary 10011001 110101 111010 0 1000001 111110 101000 101100101 110001 101000

Color Harmonies of #99353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99353A

Black with #99353A

Text Example


Text Example

White with #99353A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99353A; }

 p { color: rgb(153,53,58); }

 H1.HeaderClassName
 {
   color: #99353A;
 }
 .AnyTagClassName
 {
   color: #99353A;
 }
</style>

background-color css

<style>
 a { background-color: #99353A; }

 a { background-color: rgb(153,53,58); }

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

border-color css

<style>
 span { border-color: #99353A; }

 span { border-color: rgb(153,53,58); }

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