Html Css Color HEX #953143 Well Read

📋 copy color: '#953143'

red 149 ◦ green 49 ◦ blue 67

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

Shades of Well Read #953143

Tints of Well Read #953143

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.49%

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

R = 56.23%
G = 18.49%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#953143 (or 0x953143) is known color: Well Read. HEX triplet: 95, 31 and 43. RGB value is (149,49,67). Sum of RGB (Red+Green+Blue) = 149+49+67=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #953143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953143 is #6ACEBC. Grayscale: #505050. Windows color (decimal): -6999741 or 4403605. OLE color: 4403605.

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

Color convert

RGB 149 49 67 -
CMYK 0 0.67 0.55 0.42
HSL 349.2º 0.51% 0.39% -
HSV(B) 349.2º 0.67% 0.58% -
XYZ 14.51 8.99 6.28 -
YUV 80.95 120.13 176.54 -
System Red Green Blue C M Y K H S L
Decimal 149 49 67 0 0.67 0.55 0.42 349.2 0.51 0.39
Hex 95 31 43 0 43 37 2A 15D 33 27
Octal 225 61 103 0 103 67 52 535 63 47
Binary 10010101 110001 1000011 0 1000011 110111 101010 101011101 110011 100111

Color Harmonies of #953143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953143

Black with #953143

Text Example


Text Example

White with #953143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953143; }

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

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

background-color css

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

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

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

border-color css

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

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

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