Html Css Color HEX #993841 Well Read

📋 copy color: '#993841'

red 153 ◦ green 56 ◦ blue 65

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

Shades of Well Read #993841

Tints of Well Read #993841

RGB

 RED value IS 153 (60.16% from 255) = 55.84%

 GREEN value IS 56 (22.27% from 255) = 20.44%

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

R = 55.84%
G = 20.44%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#993841 (or 0x993841) is known color: Well Read. HEX triplet: 99, 38 and 41. RGB value is (153,56,65). Sum of RGB (Red+Green+Blue) = 153+56+65=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #993841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993841 is #66C7BE. Grayscale: #565656. Windows color (decimal): -6735807 or 4274329. OLE color: 4274329.

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

Color convert

RGB 153 56 65 -
CMYK 0 0.63 0.58 0.4
HSL 354.43º 0.46% 0.41% -
HSV(B) 354.43º 0.63% 0.6% -
XYZ 15.51 9.98 6.11 -
YUV 86.03 116.14 175.77 -
System Red Green Blue C M Y K H S L
Decimal 153 56 65 0 0.63 0.58 0.4 354.43 0.46 0.41
Hex 99 38 41 0 3F 3A 28 162 2E 29
Octal 231 70 101 0 77 72 50 542 56 51
Binary 10011001 111000 1000001 0 111111 111010 101000 101100010 101110 101001

Color Harmonies of #993841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993841

Black with #993841

Text Example


Text Example

White with #993841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993841; }

 p { color: rgb(153,56,65); }

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

background-color css

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

 a { background-color: rgb(153,56,65); }

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

border-color css

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

 span { border-color: rgb(153,56,65); }

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