Html Css Color HEX #98373A Well Read

📋 copy color: '#98373A'

red 152 ◦ green 55 ◦ blue 58

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

Shades of Well Read #98373A

Tints of Well Read #98373A

RGB

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

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

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

R = 57.36%
G = 20.75%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.40

RGB Variations

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

Color information

#98373A (or 0x98373A) is known color: Well Read. HEX triplet: 98, 37 and 3A. RGB value is (152,55,58). Sum of RGB (Red+Green+Blue) = 152+55+58=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #98373A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98373A is #67C8C5. Grayscale: #545454. Windows color (decimal): -6801606 or 3815320. OLE color: 3815320.

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

Color convert

RGB 152 55 58 -
CMYK 0 0.64 0.62 0.40
HSL 358.14º 0.47% 0.41% -
HSV(B) 358.14º 0.64% 0.6% -
XYZ 15.08 9.71 5.08 -
YUV 84.35 113.14 176.26 -
System Red Green Blue C M Y K H S L
Decimal 152 55 58 0 0.64 0.62 0.40 358.14 0.47 0.41
Hex 98 37 3A 0 40 3E 28 166 2F 29
Octal 230 67 72 0 100 76 50 546 57 51
Binary 10011000 110111 111010 0 1000000 111110 101000 101100110 101111 101001

Color Harmonies of #98373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98373A

Black with #98373A

Text Example


Text Example

White with #98373A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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