Html Css Color HEX #993842 Well Read

📋 copy color: '#993842'

red 153 ◦ green 56 ◦ blue 66

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

Shades of Well Read #993842

Tints of Well Read #993842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24%

R = 55.64%
G = 20.36%
B = 24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#993842 (or 0x993842) is known color: Well Read. HEX triplet: 99, 38 and 42. RGB value is (153,56,66). Sum of RGB (Red+Green+Blue) = 153+56+66=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #993842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993842 is #66C7BD. Grayscale: #565656. Windows color (decimal): -6735806 or 4339865. OLE color: 4339865.

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

Color convert

RGB 153 56 66 -
CMYK 0 0.63 0.57 0.4
HSL 353.81º 0.46% 0.41% -
HSV(B) 353.81º 0.63% 0.6% -
XYZ 15.53 9.99 6.26 -
YUV 86.14 116.64 175.69 -
System Red Green Blue C M Y K H S L
Decimal 153 56 66 0 0.63 0.57 0.4 353.81 0.46 0.41
Hex 99 38 42 0 3F 39 28 162 2E 29
Octal 231 70 102 0 77 71 50 542 56 51
Binary 10011001 111000 1000010 0 111111 111001 101000 101100010 101110 101001

Color Harmonies of #993842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993842

Black with #993842

Text Example


Text Example

White with #993842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993842; }

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

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

background-color css

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

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

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

border-color css

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

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

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