Html Css Color HEX #953840 Well Read

📋 copy color: '#953840'

red 149 ◦ green 56 ◦ blue 64

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

Shades of Well Read #953840

Tints of Well Read #953840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.79%

R = 55.39%
G = 20.82%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#953840 (or 0x953840) is known color: Well Read. HEX triplet: 95, 38 and 40. RGB value is (149,56,64). Sum of RGB (Red+Green+Blue) = 149+56+64=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #953840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953840 is #6AC7BF. Grayscale: #545454. Windows color (decimal): -6997952 or 4208789. OLE color: 4208789.

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

Color convert

RGB 149 56 64 -
CMYK 0 0.62 0.57 0.42
HSL 354.84º 0.45% 0.4% -
HSV(B) 354.84º 0.62% 0.58% -
XYZ 14.73 9.59 5.92 -
YUV 84.72 116.31 173.85 -
System Red Green Blue C M Y K H S L
Decimal 149 56 64 0 0.62 0.57 0.42 354.84 0.45 0.4
Hex 95 38 40 0 3E 39 2A 163 2D 28
Octal 225 70 100 0 76 71 52 543 55 50
Binary 10010101 111000 1000000 0 111110 111001 101010 101100011 101101 101000

Color Harmonies of #953840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953840

Black with #953840

Text Example


Text Example

White with #953840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953840; }

 p { color: rgb(149,56,64); }

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

background-color css

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

 a { background-color: rgb(149,56,64); }

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

border-color css

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

 span { border-color: rgb(149,56,64); }

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