Html Css Color HEX #953041 Well Read

📋 copy color: '#953041'

red 149 ◦ green 48 ◦ blue 65

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

Shades of Well Read #953041

Tints of Well Read #953041

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.32%

 BLUE value IS 65 (25.78% from 255) = 24.81%

R = 56.87%
G = 18.32%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#953041 (or 0x953041) is known color: Well Read. HEX triplet: 95, 30 and 41. RGB value is (149,48,65). Sum of RGB (Red+Green+Blue) = 149+48+65=262 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.87% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 149 - color contains mainly: red. Hex color #953041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953041 is #6ACFBE. Grayscale: #505050. Windows color (decimal): -6999999 or 4272277. OLE color: 4272277.

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

Color convert

RGB 149 48 65 -
CMYK 0 0.68 0.56 0.42
HSL 349.9º 0.51% 0.39% -
HSV(B) 349.9º 0.68% 0.58% -
XYZ 14.41 8.89 5.96 -
YUV 80.14 119.46 177.12 -
System Red Green Blue C M Y K H S L
Decimal 149 48 65 0 0.68 0.56 0.42 349.9 0.51 0.39
Hex 95 30 41 0 44 38 2A 15E 33 27
Octal 225 60 101 0 104 70 52 536 63 47
Binary 10010101 110000 1000001 0 1000100 111000 101010 101011110 110011 100111

Color Harmonies of #953041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953041

Black with #953041

Text Example


Text Example

White with #953041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953041; }

 p { color: rgb(149,48,65); }

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

background-color css

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

 a { background-color: rgb(149,48,65); }

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

border-color css

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

 span { border-color: rgb(149,48,65); }

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