Html Css Color HEX #98353F Well Read

📋 copy color: '#98353F'

red 152 ◦ green 53 ◦ blue 63

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

Shades of Well Read #98353F

Tints of Well Read #98353F

RGB

 RED value IS 152 (59.77% from 255) = 56.72%

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

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

R = 56.72%
G = 19.78%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.40

RGB Variations

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

Color information

#98353F (or 0x98353F) is known color: Well Read. HEX triplet: 98, 35 and 3F. RGB value is (152,53,63). Sum of RGB (Red+Green+Blue) = 152+53+63=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #98353F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98353F is #67CAC0. Grayscale: #535353. Windows color (decimal): -6802113 or 4142488. OLE color: 4142488.

HSL color Cylindrical-coordinate representation of color #98353F: hue angle of 353.94º degrees, saturation: 0.48, 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 #98353F is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 53 63 -
CMYK 0 0.65 0.59 0.40
HSL 353.94º 0.48% 0.4% -
HSV(B) 353.94º 0.65% 0.6% -
XYZ 15.12 9.58 5.75 -
YUV 83.74 116.3 176.69 -
System Red Green Blue C M Y K H S L
Decimal 152 53 63 0 0.65 0.59 0.40 353.94 0.48 0.4
Hex 98 35 3F 0 41 3B 28 162 30 28
Octal 230 65 77 0 101 73 50 542 60 50
Binary 10011000 110101 111111 0 1000001 111011 101000 101100010 110000 101000

Color Harmonies of #98353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98353F

Black with #98353F

Text Example


Text Example

White with #98353F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,53,63); }

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

background-color css

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

 a { background-color: rgb(152,53,63); }

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

border-color css

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

 span { border-color: rgb(152,53,63); }

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