Html Css Color HEX #953B42 Well Read

📋 copy color: '#953B42'

red 149 ◦ green 59 ◦ blue 66

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

Shades of Well Read #953B42

Tints of Well Read #953B42

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.53%

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

R = 54.38%
G = 21.53%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#953B42 (or 0x953B42) is known color: Well Read. HEX triplet: 95, 3B and 42. RGB value is (149,59,66). Sum of RGB (Red+Green+Blue) = 149+59+66=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 59 (23.44% from 255 or 21.53% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #953B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953B42 is #6AC4BD. Grayscale: #565656. Windows color (decimal): -6997182 or 4340629. OLE color: 4340629.

HSL color Cylindrical-coordinate representation of color #953B42: hue angle of 355.33º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #953B42 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 59 66 -
CMYK 0 0.60 0.56 0.42
HSL 355.33º 0.43% 0.41% -
HSV(B) 355.33º 0.6% 0.58% -
XYZ 14.94 9.91 6.28 -
YUV 86.71 116.32 172.43 -
System Red Green Blue C M Y K H S L
Decimal 149 59 66 0 0.60 0.56 0.42 355.33 0.43 0.41
Hex 95 3B 42 0 3C 38 2A 163 2B 29
Octal 225 73 102 0 74 70 52 543 53 51
Binary 10010101 111011 1000010 0 111100 111000 101010 101100011 101011 101001

Color Harmonies of #953B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953B42

Black with #953B42

Text Example


Text Example

White with #953B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953B42; }

 p { color: rgb(149,59,66); }

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

background-color css

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

 a { background-color: rgb(149,59,66); }

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

border-color css

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

 span { border-color: rgb(149,59,66); }

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