Html Css Color HEX #98363F Well Read

📋 copy color: '#98363F'

red 152 ◦ green 54 ◦ blue 63

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

Shades of Well Read #98363F

Tints of Well Read #98363F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.07%

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

R = 56.51%
G = 20.07%
B = 23.42%

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

#98363F (or 0x98363F) is known color: Well Read. HEX triplet: 98, 36 and 3F. RGB value is (152,54,63). Sum of RGB (Red+Green+Blue) = 152+54+63=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 63 (25% from 255 or 23.42% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #98363F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98363F is #67C9C0. Grayscale: #545454. Windows color (decimal): -6801857 or 4142744. OLE color: 4142744.

HSL color Cylindrical-coordinate representation of color #98363F: hue angle of 354.49º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #98363F is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 54 63 -
CMYK 0 0.64 0.59 0.40
HSL 354.49º 0.48% 0.4% -
HSV(B) 354.49º 0.64% 0.6% -
XYZ 15.17 9.67 5.77 -
YUV 84.33 115.97 176.27 -
System Red Green Blue C M Y K H S L
Decimal 152 54 63 0 0.64 0.59 0.40 354.49 0.48 0.4
Hex 98 36 3F 0 40 3B 28 162 30 28
Octal 230 66 77 0 100 73 50 542 60 50
Binary 10011000 110110 111111 0 1000000 111011 101000 101100010 110000 101000

Color Harmonies of #98363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98363F

Black with #98363F

Text Example


Text Example

White with #98363F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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