Html Css Color HEX #953345 Well Read

📋 copy color: '#953345'

red 149 ◦ green 51 ◦ blue 69

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

Shades of Well Read #953345

Tints of Well Read #953345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.65%

R = 55.39%
G = 18.96%
B = 25.65%

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

#953345 (or 0x953345) is known color: Well Read. HEX triplet: 95, 33 and 45. RGB value is (149,51,69). Sum of RGB (Red+Green+Blue) = 149+51+69=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #953345 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953345 is #6ACCBA. Grayscale: #525252. Windows color (decimal): -6999227 or 4535189. OLE color: 4535189.

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

Color convert

RGB 149 51 69 -
CMYK 0 0.66 0.54 0.42
HSL 348.98º 0.49% 0.39% -
HSV(B) 348.98º 0.66% 0.58% -
XYZ 14.65 9.19 6.63 -
YUV 82.35 120.47 175.54 -
System Red Green Blue C M Y K H S L
Decimal 149 51 69 0 0.66 0.54 0.42 348.98 0.49 0.39
Hex 95 33 45 0 42 36 2A 15D 31 27
Octal 225 63 105 0 102 66 52 535 61 47
Binary 10010101 110011 1000101 0 1000010 110110 101010 101011101 110001 100111

Color Harmonies of #953345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953345

Black with #953345

Text Example


Text Example

White with #953345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953345; }

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

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

background-color css

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

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

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

border-color css

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

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

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