Html Css Color HEX #993342 Well Read

📋 copy color: '#993342'

red 153 ◦ green 51 ◦ blue 66

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

Shades of Well Read #993342

Tints of Well Read #993342

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.89%

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

R = 56.67%
G = 18.89%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#993342 (or 0x993342) is known color: Well Read. HEX triplet: 99, 33 and 42. RGB value is (153,51,66). Sum of RGB (Red+Green+Blue) = 153+51+66=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #993342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993342 is #66CCBD. Grayscale: #535353. Windows color (decimal): -6737086 or 4338585. OLE color: 4338585.

HSL color Cylindrical-coordinate representation of color #993342: hue angle of 351.18º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #993342 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 51 66 -
CMYK 0 0.67 0.57 0.4
HSL 351.18º 0.5% 0.4% -
HSV(B) 351.18º 0.67% 0.6% -
XYZ 15.3 9.53 6.19 -
YUV 83.21 118.29 177.78 -
System Red Green Blue C M Y K H S L
Decimal 153 51 66 0 0.67 0.57 0.4 351.18 0.5 0.4
Hex 99 33 42 0 43 39 28 15F 32 28
Octal 231 63 102 0 103 71 50 537 62 50
Binary 10011001 110011 1000010 0 1000011 111001 101000 101011111 110010 101000

Color Harmonies of #993342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993342

Black with #993342

Text Example


Text Example

White with #993342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993342; }

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

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

background-color css

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

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

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

border-color css

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

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

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