Html Css Color HEX #983343 Well Read

📋 copy color: '#983343'

red 152 ◦ green 51 ◦ blue 67

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

Shades of Well Read #983343

Tints of Well Read #983343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.81%

R = 56.3%
G = 18.89%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.40

RGB Variations

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

Color information

#983343 (or 0x983343) is known color: Well Read. HEX triplet: 98, 33 and 43. RGB value is (152,51,67). Sum of RGB (Red+Green+Blue) = 152+51+67=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 67 (26.56% from 255 or 24.81% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #983343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983343 is #67CCBC. Grayscale: #535353. Windows color (decimal): -6802621 or 4404120. OLE color: 4404120.

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

Color convert

RGB 152 51 67 -
CMYK 0 0.66 0.56 0.40
HSL 350.5º 0.5% 0.4% -
HSV(B) 350.5º 0.66% 0.6% -
XYZ 15.15 9.45 6.34 -
YUV 83.02 118.96 177.2 -
System Red Green Blue C M Y K H S L
Decimal 152 51 67 0 0.66 0.56 0.40 350.5 0.5 0.4
Hex 98 33 43 0 42 38 28 15E 32 28
Octal 230 63 103 0 102 70 50 536 62 50
Binary 10011000 110011 1000011 0 1000010 111000 101000 101011110 110010 101000

Color Harmonies of #983343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983343

Black with #983343

Text Example


Text Example

White with #983343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983343; }

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

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

background-color css

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

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

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

border-color css

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

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

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