#960338

Color #960338 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #960338

Tints of Burgundy #960338

Color information

#960338 (or 0x960338) is unknown color: approx Burgundy. HEX triplet: 96, 03 and 38. RGB value is (150,3,56). Sum of RGB (Red+Green+Blue) = 150+3+56=209 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.77% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 150 - color contains mainly: red. Hex color #960338 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960338 is #69FCC7. Grayscale: #343434. Windows color (decimal): -6945992 or 3670934. OLE color: 3670934.

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

Color convert

RGB150356-
CMYK00.980.630.41
HSL338.37º96.08%30%-
HSV(B)338.37º98%58.82%-
XYZ13.326.834.36-
YUV53129.7197.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 71.77%
GREEN value IS 3 (1.56% from 255) = 1.44%
BLUE value IS 56 (22.27% from 255) = 26.79%
R=71.77%
G=1.44%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15035600.980.630.41338.3796.0830
Hex963380623F29152601e
Octal2263700142775152214036
Binary100101101111100001100010111111101001101010010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960338; }

 p { color: rgb(150,3,56); }

 H1.HeaderClassName
 {
   color: #960338;
 }
 .AnyTagClassName
 {
   color: #960338;
 }
</style>
background-color css

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

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

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

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

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

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