Html Css Color HEX #98343D Well Read

📋 copy color: '#98343D'

red 152 ◦ green 52 ◦ blue 61

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

Shades of Well Read #98343D

Tints of Well Read #98343D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.62%

 BLUE value IS 61 (24.22% from 255) = 23.02%

R = 57.36%
G = 19.62%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.60

 K value IS 0.40

RGB Variations

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

Color information

#98343D (or 0x98343D) is known color: Well Read. HEX triplet: 98, 34 and 3D. RGB value is (152,52,61). Sum of RGB (Red+Green+Blue) = 152+52+61=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #98343D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98343D is #67CBC2. Grayscale: #525252. Windows color (decimal): -6802371 or 4011160. OLE color: 4011160.

HSL color Cylindrical-coordinate representation of color #98343D: hue angle of 354.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #98343D is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 52 61 -
CMYK 0 0.66 0.60 0.40
HSL 354.6º 0.49% 0.4% -
HSV(B) 354.6º 0.66% 0.6% -
XYZ 15.02 9.47 5.45 -
YUV 82.93 115.63 177.27 -
System Red Green Blue C M Y K H S L
Decimal 152 52 61 0 0.66 0.60 0.40 354.6 0.49 0.4
Hex 98 34 3D 0 42 3C 28 163 31 28
Octal 230 64 75 0 102 74 50 543 61 50
Binary 10011000 110100 111101 0 1000010 111100 101000 101100011 110001 101000

Color Harmonies of #98343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98343D

Black with #98343D

Text Example


Text Example

White with #98343D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98343D; }

 p { color: rgb(152,52,61); }

 H1.HeaderClassName
 {
   color: #98343D;
 }
 .AnyTagClassName
 {
   color: #98343D;
 }
</style>

background-color css

<style>
 a { background-color: #98343D; }

 a { background-color: rgb(152,52,61); }

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

border-color css

<style>
 span { border-color: #98343D; }

 span { border-color: rgb(152,52,61); }

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