Html Css Color HEX #953C3F Well Read

📋 copy color: '#953C3F'

red 149 ◦ green 60 ◦ blue 63

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

Shades of Well Read #953C3F

Tints of Well Read #953C3F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.06%

 BLUE value IS 63 (25% from 255) = 23.16%

R = 54.78%
G = 22.06%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#953C3F (or 0x953C3F) is known color: Well Read. HEX triplet: 95, 3C and 3F. RGB value is (149,60,63). Sum of RGB (Red+Green+Blue) = 149+60+63=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #953C3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953C3F is #6AC3C0. Grayscale: #575757. Windows color (decimal): -6996929 or 4144277. OLE color: 4144277.

HSL color Cylindrical-coordinate representation of color #953C3F: hue angle of 357.98º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #953C3F is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 60 63 -
CMYK 0 0.60 0.58 0.42
HSL 357.98º 0.43% 0.41% -
HSV(B) 357.98º 0.6% 0.58% -
XYZ 14.91 9.98 5.84 -
YUV 86.95 114.49 172.26 -
System Red Green Blue C M Y K H S L
Decimal 149 60 63 0 0.60 0.58 0.42 357.98 0.43 0.41
Hex 95 3C 3F 0 3C 3A 2A 166 2B 29
Octal 225 74 77 0 74 72 52 546 53 51
Binary 10010101 111100 111111 0 111100 111010 101010 101100110 101011 101001

Color Harmonies of #953C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953C3F

Black with #953C3F

Text Example


Text Example

White with #953C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953C3F; }

 p { color: rgb(149,60,63); }

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

background-color css

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

 a { background-color: rgb(149,60,63); }

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

border-color css

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

 span { border-color: rgb(149,60,63); }

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