Html Css Color HEX #060502 Maire

📋 copy color: '#060502'

red 6 ◦ green 5 ◦ blue 2

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

Shades of Maire #060502

Tints of Maire #060502

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 value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.98

RGB Variations

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

Color information

#060502 (or 0x060502) is known color: 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

RGB 6 5 2 -
CMYK 0 0.17 0.67 0.98
HSL 45º 0.5% 0.02% -
HSV(B) 45º 0.67% 0.02% -
XYZ 0.14 0.15 0.08 -
YUV 4.96 126.33 128.74 -
System Red Green Blue C M Y K H S L
Decimal 6 5 2 0 0.17 0.67 0.98 45 0.5 0.02
Hex 6 5 2 0 11 43 62 2D 32 2
Octal 6 5 2 0 21 103 142 55 62 2
Binary 110 101 10 0 10001 1000011 1100010 101101 110010 10

Color Harmonies of #060502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060502

Black with #060502

Text Example


Text Example

White with #060502

Text Example


Text Example

HTML Codes & Css Web 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>