Html Css Color HEX #963333 Milano Red

📋 copy color: '#963333'

red 150 ◦ green 51 ◦ blue 51

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

Shades of Milano Red #963333

Tints of Milano Red #963333

RGB

 RED value IS 150 (58.98% from 255) = 59.52%

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

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

R = 59.52%
G = 20.24%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#963333 (or 0x963333) is known color: Milano Red. HEX triplet: 96, 33 and 33. RGB value is (150,51,51). Sum of RGB (Red+Green+Blue) = 150+51+51=252 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.52% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 150 - color contains mainly: red. Hex color #963333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963333 is #69CCCC. Grayscale: #505050. Windows color (decimal): -6933709 or 3355542. OLE color: 3355542.

HSL color Cylindrical-coordinate representation of color #963333: hue angle of 0º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #963333 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 51 51 -
CMYK 0 0.66 0.66 0.41
HSL 0.49% 0.39% -
HSV(B) 0.66% 0.59% -
XYZ 14.36 9.09 4.13 -
YUV 80.6 111.3 177.5 -
System Red Green Blue C M Y K H S L
Decimal 150 51 51 0 0.66 0.66 0.41 0 0.49 0.39
Hex 96 33 33 0 42 42 29 0 31 27
Octal 226 63 63 0 102 102 51 0 61 47
Binary 10010110 110011 110011 0 1000010 1000010 101001 0 110001 100111

Color Harmonies of #963333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963333

Black with #963333

Text Example


Text Example

White with #963333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963333; }

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

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

background-color css

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

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

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

border-color css

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

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

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