Html Css Color HEX #983F43 Well Read

📋 copy color: '#983F43'

red 152 ◦ green 63 ◦ blue 67

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

Shades of Well Read #983F43

Tints of Well Read #983F43

RGB

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

 GREEN value IS 63 (25% from 255) = 22.34%

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

R = 53.9%
G = 22.34%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.40

RGB Variations

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

Color information

#983F43 (or 0x983F43) is known color: Well Read. HEX triplet: 98, 3F and 43. RGB value is (152,63,67). Sum of RGB (Red+Green+Blue) = 152+63+67=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 67 (26.56% from 255 or 23.76% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #983F43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983F43 is #67C0BC. Grayscale: #5A5A5A. Windows color (decimal): -6799549 or 4407192. OLE color: 4407192.

HSL color Cylindrical-coordinate representation of color #983F43: hue angle of 357.3º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #983F43 is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 63 67 -
CMYK 0 0.59 0.56 0.40
HSL 357.3º 0.41% 0.42% -
HSV(B) 357.3º 0.59% 0.6% -
XYZ 15.74 10.64 6.53 -
YUV 90.07 114.99 172.17 -
System Red Green Blue C M Y K H S L
Decimal 152 63 67 0 0.59 0.56 0.40 357.3 0.41 0.42
Hex 98 3F 43 0 3B 38 28 165 29 2A
Octal 230 77 103 0 73 70 50 545 51 52
Binary 10011000 111111 1000011 0 111011 111000 101000 101100101 101001 101010

Color Harmonies of #983F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983F43

Black with #983F43

Text Example


Text Example

White with #983F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983F43; }

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

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

background-color css

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

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

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

border-color css

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

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

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