Html Css Color HEX #953243 Well Read

📋 copy color: '#953243'

red 149 ◦ green 50 ◦ blue 67

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

Shades of Well Read #953243

Tints of Well Read #953243

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.8%

 BLUE value IS 67 (26.56% from 255) = 25.19%

R = 56.02%
G = 18.8%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#953243 (or 0x953243) is known color: Well Read. HEX triplet: 95, 32 and 43. RGB value is (149,50,67). Sum of RGB (Red+Green+Blue) = 149+50+67=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 67 (26.56% from 255 or 25.19% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #953243 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953243 is #6ACDBC. Grayscale: #515151. Windows color (decimal): -6999485 or 4403861. OLE color: 4403861.

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

Color convert

RGB 149 50 67 -
CMYK 0 0.66 0.55 0.42
HSL 349.7º 0.5% 0.39% -
HSV(B) 349.7º 0.66% 0.58% -
XYZ 14.55 9.08 6.3 -
YUV 81.54 119.8 176.12 -
System Red Green Blue C M Y K H S L
Decimal 149 50 67 0 0.66 0.55 0.42 349.7 0.5 0.39
Hex 95 32 43 0 42 37 2A 15E 32 27
Octal 225 62 103 0 102 67 52 536 62 47
Binary 10010101 110010 1000011 0 1000010 110111 101010 101011110 110010 100111

Color Harmonies of #953243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953243

Black with #953243

Text Example


Text Example

White with #953243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953243; }

 p { color: rgb(149,50,67); }

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

background-color css

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

 a { background-color: rgb(149,50,67); }

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

border-color css

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

 span { border-color: rgb(149,50,67); }

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