Html Css Color HEX #98373F Well Read

📋 copy color: '#98373F'

red 152 ◦ green 55 ◦ blue 63

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

Shades of Well Read #98373F

Tints of Well Read #98373F

RGB

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

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

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

R = 56.3%
G = 20.37%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.40

RGB Variations

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

Color information

#98373F (or 0x98373F) is known color: Well Read. HEX triplet: 98, 37 and 3F. RGB value is (152,55,63). Sum of RGB (Red+Green+Blue) = 152+55+63=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #98373F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98373F is #67C8C0. Grayscale: #545454. Windows color (decimal): -6801601 or 4143000. OLE color: 4143000.

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

Color convert

RGB 152 55 63 -
CMYK 0 0.64 0.59 0.40
HSL 355.05º 0.47% 0.41% -
HSV(B) 355.05º 0.64% 0.6% -
XYZ 15.21 9.77 5.79 -
YUV 84.92 115.64 175.85 -
System Red Green Blue C M Y K H S L
Decimal 152 55 63 0 0.64 0.59 0.40 355.05 0.47 0.41
Hex 98 37 3F 0 40 3B 28 163 2F 29
Octal 230 67 77 0 100 73 50 543 57 51
Binary 10011000 110111 111111 0 1000000 111011 101000 101100011 101111 101001

Color Harmonies of #98373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98373F

Black with #98373F

Text Example


Text Example

White with #98373F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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