Html Css Color HEX #070601 Maire

📋 copy color: '#070601'

red 7 ◦ green 6 ◦ blue 1

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

Shades of Maire #070601

Tints of Maire #070601

RGB

 RED value IS 7 (3.13% from 255) = 50%

 GREEN value IS 6 (2.73% from 255) = 42.86%

 BLUE value IS 1 (0.78% from 255) = 7.14%

R = 50%
G = 42.86%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.97

RGB Variations

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

Color information

#070601 (or 0x070601) is known color: Maire. HEX triplet: 07, 06 and 01. RGB value is (7,6,1). Sum of RGB (Red+Green+Blue) = 7+6+1=14 (1% of max value = 765). Red value is 7 (3.12% from 255 or 50% from 14); Green value is 6 (2.73% from 255 or 42.86% from 14); Blue value is 1 (0.78% from 255 or 7.14% from 14); Max value from RGB is 7 - color contains mainly: red. Hex color #070601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070601 is #F8F9FE. Grayscale: #050505. Windows color (decimal): -16316927 or 67079. OLE color: 67079.

HSL color Cylindrical-coordinate representation of color #070601: hue angle of 50º degrees, saturation: 0.75, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #070601 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.97.

Color convert

RGB 7 6 1 -
CMYK 0 0.14 0.86 0.97
HSL 50º 0.75% 0.02% -
HSV(B) 50º 0.86% 0.03% -
XYZ 0.16 0.18 0.05 -
YUV 5.73 125.33 128.91 -
System Red Green Blue C M Y K H S L
Decimal 7 6 1 0 0.14 0.86 0.97 50 0.75 0.02
Hex 7 6 1 0 E 56 61 32 4B 2
Octal 7 6 1 0 16 126 141 62 113 2
Binary 111 110 1 0 1110 1010110 1100001 110010 1001011 10

Color Harmonies of #070601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070601

Black with #070601

Text Example


Text Example

White with #070601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070601; }

 p { color: rgb(7,6,1); }

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

background-color css

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

 a { background-color: rgb(7,6,1); }

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

border-color css

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

 span { border-color: rgb(7,6,1); }

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