Html Css Color HEX #953344 Well Read

📋 copy color: '#953344'

red 149 ◦ green 51 ◦ blue 68

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

Shades of Well Read #953344

Tints of Well Read #953344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.37%

R = 55.6%
G = 19.03%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#953344 (or 0x953344) is known color: Well Read. HEX triplet: 95, 33 and 44. RGB value is (149,51,68). Sum of RGB (Red+Green+Blue) = 149+51+68=268 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.60% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 149 - color contains mainly: red. Hex color #953344 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953344 is #6ACCBB. Grayscale: #525252. Windows color (decimal): -6999228 or 4469653. OLE color: 4469653.

HSL color Cylindrical-coordinate representation of color #953344: hue angle of 349.59º 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 #953344 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 51 68 -
CMYK 0 0.66 0.54 0.42
HSL 349.59º 0.49% 0.39% -
HSV(B) 349.59º 0.66% 0.58% -
XYZ 14.62 9.17 6.47 -
YUV 82.24 119.97 175.62 -
System Red Green Blue C M Y K H S L
Decimal 149 51 68 0 0.66 0.54 0.42 349.59 0.49 0.39
Hex 95 33 44 0 42 36 2A 15E 31 27
Octal 225 63 104 0 102 66 52 536 61 47
Binary 10010101 110011 1000100 0 1000010 110110 101010 101011110 110001 100111

Color Harmonies of #953344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953344

Black with #953344

Text Example


Text Example

White with #953344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953344; }

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

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

background-color css

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

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

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

border-color css

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

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

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