#060502

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

Shades of Maire #060502

Tints of Maire #060502

Color information

#060502 (or 0x060502) is unknown color: approx Maire. HEX triplet: 06, 05 and 02. RGB value is (6,5,2). Sum of RGB (Red+Green+Blue) = 6+5+2=13 (1% of max value = 765). Red value is 6 (2.73% from 255 or 46.15% from 13); Green value is 5 (2.34% from 255 or 38.46% from 13); Blue value is 2 (1.17% from 255 or 15.38% from 13); Max value from RGB is 6 - color contains mainly: red. Hex color #060502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060502 is #F9FAFD. Grayscale: #040404. Windows color (decimal): -16382718 or 132358. OLE color: 132358.

HSL color Cylindrical-coordinate representation of color #060502: hue angle of 45º degrees, saturation: 0.5, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #060502 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.98.

Color convert

RGB652-
CMYK00.170.670.98
HSL45º50%1.57%-
HSV(B)45º66.67%2.35%-
XYZ0.140.150.08-
YUV4.96126.33128.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 46.15%
GREEN value IS 5 (2.34% from 255) = 38.46%
BLUE value IS 2 (1.17% from 255) = 15.38%
R=46.15%
G=38.46%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.67
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal65200.170.670.9845501.57
Hex65201143622d322
Octal65202110314255622
Binary110101100100011000011110001010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060502; }

 p { color: rgb(6,5,2); }

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

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

 a { background-color: rgb(6,5,2); }

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

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

 span { border-color: rgb(6,5,2); }

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