Html Css Color HEX #983740 Well Read

📋 copy color: '#983740'

red 152 ◦ green 55 ◦ blue 64

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

Shades of Well Read #983740

Tints of Well Read #983740

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.3%

 BLUE value IS 64 (25.39% from 255) = 23.62%

R = 56.09%
G = 20.3%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#983740 (or 0x983740) is known color: Well Read. HEX triplet: 98, 37 and 40. RGB value is (152,55,64). Sum of RGB (Red+Green+Blue) = 152+55+64=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #983740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983740 is #67C8BF. Grayscale: #555555. Windows color (decimal): -6801600 or 4208536. OLE color: 4208536.

HSL color Cylindrical-coordinate representation of color #983740: hue angle of 354.43º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #983740 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 55 64 -
CMYK 0 0.64 0.58 0.40
HSL 354.43º 0.47% 0.41% -
HSV(B) 354.43º 0.64% 0.6% -
XYZ 15.24 9.78 5.93 -
YUV 85.03 116.14 175.77 -
System Red Green Blue C M Y K H S L
Decimal 152 55 64 0 0.64 0.58 0.40 354.43 0.47 0.41
Hex 98 37 40 0 40 3A 28 162 2F 29
Octal 230 67 100 0 100 72 50 542 57 51
Binary 10011000 110111 1000000 0 1000000 111010 101000 101100010 101111 101001

Color Harmonies of #983740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983740

Black with #983740

Text Example


Text Example

White with #983740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983740; }

 p { color: rgb(152,55,64); }

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

background-color css

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

 a { background-color: rgb(152,55,64); }

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

border-color css

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

 span { border-color: rgb(152,55,64); }

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