Html Css Color HEX #953339 Well Read

📋 copy color: '#953339'

red 149 ◦ green 51 ◦ blue 57

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

Shades of Well Read #953339

Tints of Well Read #953339

RGB

 RED value IS 149 (58.59% from 255) = 57.98%

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

 BLUE value IS 57 (22.66% from 255) = 22.18%

R = 57.98%
G = 19.84%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#953339 (or 0x953339) is known color: Well Read. HEX triplet: 95, 33 and 39. RGB value is (149,51,57). Sum of RGB (Red+Green+Blue) = 149+51+57=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 57 (22.66% from 255 or 22.18% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #953339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953339 is #6ACCC6. Grayscale: #515151. Windows color (decimal): -6999239 or 3748757. OLE color: 3748757.

HSL color Cylindrical-coordinate representation of color #953339: hue angle of 356.33º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #953339 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 51 57 -
CMYK 0 0.66 0.62 0.42
HSL 356.33º 0.49% 0.39% -
HSV(B) 356.33º 0.66% 0.58% -
XYZ 14.32 9.05 4.86 -
YUV 80.99 114.47 176.51 -
System Red Green Blue C M Y K H S L
Decimal 149 51 57 0 0.66 0.62 0.42 356.33 0.49 0.39
Hex 95 33 39 0 42 3E 2A 164 31 27
Octal 225 63 71 0 102 76 52 544 61 47
Binary 10010101 110011 111001 0 1000010 111110 101010 101100100 110001 100111

Color Harmonies of #953339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953339

Black with #953339

Text Example


Text Example

White with #953339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953339; }

 p { color: rgb(149,51,57); }

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

background-color css

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

 a { background-color: rgb(149,51,57); }

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

border-color css

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

 span { border-color: rgb(149,51,57); }

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