Html Css Color HEX #953238 Well Read

📋 copy color: '#953238'

red 149 ◦ green 50 ◦ blue 56

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

Shades of Well Read #953238

Tints of Well Read #953238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.96%

R = 58.43%
G = 19.61%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#953238 (or 0x953238) is known color: Well Read. HEX triplet: 95, 32 and 38. RGB value is (149,50,56). Sum of RGB (Red+Green+Blue) = 149+50+56=255 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.43% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 56 (22.27% from 255 or 21.96% from 255); Max value from RGB is 149 - color contains mainly: red. Hex color #953238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953238 is #6ACDC7. Grayscale: #505050. Windows color (decimal): -6999496 or 3682965. OLE color: 3682965.

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

Color convert

RGB 149 50 56 -
CMYK 0 0.66 0.62 0.42
HSL 356.36º 0.5% 0.39% -
HSV(B) 356.36º 0.66% 0.58% -
XYZ 14.25 8.96 4.72 -
YUV 80.29 114.3 177.01 -
System Red Green Blue C M Y K H S L
Decimal 149 50 56 0 0.66 0.62 0.42 356.36 0.5 0.39
Hex 95 32 38 0 42 3E 2A 164 32 27
Octal 225 62 70 0 102 76 52 544 62 47
Binary 10010101 110010 111000 0 1000010 111110 101010 101100100 110010 100111

Color Harmonies of #953238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953238

Black with #953238

Text Example


Text Example

White with #953238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953238; }

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

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

background-color css

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

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

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

border-color css

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

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

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