Html Css Color HEX #953333 Milano Red

📋 copy color: '#953333'

red 149 ◦ green 51 ◦ blue 51

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

Shades of Milano Red #953333

Tints of Milano Red #953333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.32%

R = 59.36%
G = 20.32%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#953333 (or 0x953333) is known color: Milano Red. HEX triplet: 95, 33 and 33. RGB value is (149,51,51). Sum of RGB (Red+Green+Blue) = 149+51+51=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #953333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953333 is #6ACCCC. Grayscale: #505050. Windows color (decimal): -6999245 or 3355541. OLE color: 3355541.

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

Color convert

RGB 149 51 51 -
CMYK 0 0.66 0.66 0.42
HSL 0.49% 0.39% -
HSV(B) 0.66% 0.58% -
XYZ 14.18 9 4.12 -
YUV 80.3 111.47 177 -
System Red Green Blue C M Y K H S L
Decimal 149 51 51 0 0.66 0.66 0.42 0 0.49 0.39
Hex 95 33 33 0 42 42 2A 0 31 27
Octal 225 63 63 0 102 102 52 0 61 47
Binary 10010101 110011 110011 0 1000010 1000010 101010 0 110001 100111

Color Harmonies of #953333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953333

Black with #953333

Text Example


Text Example

White with #953333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953333; }

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

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

background-color css

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

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

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

border-color css

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

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

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