Html Css Color HEX #984244 Well Read

📋 copy color: '#984244'

red 152 ◦ green 66 ◦ blue 68

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

Shades of Well Read #984244

Tints of Well Read #984244

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.08%

 BLUE value IS 68 (26.95% from 255) = 23.78%

R = 53.15%
G = 23.08%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#984244 (or 0x984244) is known color: Well Read. HEX triplet: 98, 42 and 44. RGB value is (152,66,68). Sum of RGB (Red+Green+Blue) = 152+66+68=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #984244 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984244 is #67BDBB. Grayscale: #5C5C5C. Windows color (decimal): -6798780 or 4473496. OLE color: 4473496.

HSL color Cylindrical-coordinate representation of color #984244: hue angle of 358.6º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #984244 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 66 68 -
CMYK 0 0.57 0.55 0.40
HSL 358.6º 0.39% 0.43% -
HSV(B) 358.6º 0.57% 0.6% -
XYZ 15.94 10.99 6.75 -
YUV 91.94 114.49 170.84 -
System Red Green Blue C M Y K H S L
Decimal 152 66 68 0 0.57 0.55 0.40 358.6 0.39 0.43
Hex 98 42 44 0 39 37 28 167 27 2B
Octal 230 102 104 0 71 67 50 547 47 53
Binary 10011000 1000010 1000100 0 111001 110111 101000 101100111 100111 101011

Color Harmonies of #984244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984244

Black with #984244

Text Example


Text Example

White with #984244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984244; }

 p { color: rgb(152,66,68); }

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

background-color css

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

 a { background-color: rgb(152,66,68); }

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

border-color css

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

 span { border-color: rgb(152,66,68); }

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