Html Css Color HEX #963434 Milano Red

📋 copy color: '#963434'

red 150 ◦ green 52 ◦ blue 52

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

Shades of Milano Red #963434

Tints of Milano Red #963434

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.47%

 BLUE value IS 52 (20.7% from 255) = 20.47%

R = 59.06%
G = 20.47%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#963434 (or 0x963434) is known color: Milano Red. HEX triplet: 96, 34 and 34. RGB value is (150,52,52). Sum of RGB (Red+Green+Blue) = 150+52+52=254 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.06% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 150 - color contains mainly: red. Hex color #963434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963434 is #69CBCB. Grayscale: #515151. Windows color (decimal): -6933452 or 3421334. OLE color: 3421334.

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

Color convert

RGB 150 52 52 -
CMYK 0 0.65 0.65 0.41
HSL 0.49% 0.4% -
HSV(B) 0.65% 0.59% -
XYZ 14.43 9.19 4.26 -
YUV 81.3 111.47 177 -
System Red Green Blue C M Y K H S L
Decimal 150 52 52 0 0.65 0.65 0.41 0 0.49 0.4
Hex 96 34 34 0 41 41 29 0 31 28
Octal 226 64 64 0 101 101 51 0 61 50
Binary 10010110 110100 110100 0 1000001 1000001 101001 0 110001 101000

Color Harmonies of #963434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963434

Black with #963434

Text Example


Text Example

White with #963434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963434; }

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

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

background-color css

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

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

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

border-color css

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

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

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