Html Css Color HEX #983741 Well Read

📋 copy color: '#983741'

red 152 ◦ green 55 ◦ blue 65

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

Shades of Well Read #983741

Tints of Well Read #983741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.9%

R = 55.88%
G = 20.22%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#983741 (or 0x983741) is known color: Well Read. HEX triplet: 98, 37 and 41. RGB value is (152,55,65). Sum of RGB (Red+Green+Blue) = 152+55+65=272 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.88% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 152 - color contains mainly: red. Hex color #983741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983741 is #67C8BE. Grayscale: #555555. Windows color (decimal): -6801599 or 4274072. OLE color: 4274072.

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

Color convert

RGB 152 55 65 -
CMYK 0 0.64 0.57 0.40
HSL 353.81º 0.47% 0.41% -
HSV(B) 353.81º 0.64% 0.6% -
XYZ 15.27 9.79 6.09 -
YUV 85.14 116.64 175.69 -
System Red Green Blue C M Y K H S L
Decimal 152 55 65 0 0.64 0.57 0.40 353.81 0.47 0.41
Hex 98 37 41 0 40 39 28 162 2F 29
Octal 230 67 101 0 100 71 50 542 57 51
Binary 10011000 110111 1000001 0 1000000 111001 101000 101100010 101111 101001

Color Harmonies of #983741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983741

Black with #983741

Text Example


Text Example

White with #983741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983741; }

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

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

background-color css

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

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

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

border-color css

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

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

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