Html Css Color HEX #983342 Well Read

📋 copy color: '#983342'

red 152 ◦ green 51 ◦ blue 66

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

Shades of Well Read #983342

Tints of Well Read #983342

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.96%

 BLUE value IS 66 (26.17% from 255) = 24.54%

R = 56.51%
G = 18.96%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#983342 (or 0x983342) is known color: Well Read. HEX triplet: 98, 33 and 42. RGB value is (152,51,66). Sum of RGB (Red+Green+Blue) = 152+51+66=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #983342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983342 is #67CCBD. Grayscale: #525252. Windows color (decimal): -6802622 or 4338584. OLE color: 4338584.

HSL color Cylindrical-coordinate representation of color #983342: hue angle of 351.09º degrees, saturation: 0.5, 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 #983342 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 51 66 -
CMYK 0 0.66 0.57 0.40
HSL 351.09º 0.5% 0.4% -
HSV(B) 351.09º 0.66% 0.6% -
XYZ 15.12 9.44 6.18 -
YUV 82.91 118.46 177.28 -
System Red Green Blue C M Y K H S L
Decimal 152 51 66 0 0.66 0.57 0.40 351.09 0.5 0.4
Hex 98 33 42 0 42 39 28 15F 32 28
Octal 230 63 102 0 102 71 50 537 62 50
Binary 10011000 110011 1000010 0 1000010 111001 101000 101011111 110010 101000

Color Harmonies of #983342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983342

Black with #983342

Text Example


Text Example

White with #983342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983342; }

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

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

background-color css

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

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

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

border-color css

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

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

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