Html Css Color HEX #700702 Maroon

📋 copy color: '#700702'

red 112 ◦ green 7 ◦ blue 2

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

Shades of Maroon #700702

Tints of Maroon #700702

RGB

 RED value IS 112 (44.14% from 255) = 92.56%

 GREEN value IS 7 (3.13% from 255) = 5.79%

 BLUE value IS 2 (1.17% from 255) = 1.65%

R = 92.56%
G = 5.79%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#700702 (or 0x700702) is known color: Maroon. HEX triplet: 70, 07 and 02. RGB value is (112,7,2). Sum of RGB (Red+Green+Blue) = 112+7+2=121 (16% of max value = 765). Red value is 112 (44.14% from 255 or 92.56% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 112 - color contains mainly: red. Hex color #700702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700702 is #8FF8FD. Grayscale: #252525. Windows color (decimal): -9435390 or 132976. OLE color: 132976.

HSL color Cylindrical-coordinate representation of color #700702: hue angle of 2.73º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #700702 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 7 2 -
CMYK 0 0.94 0.98 0.56
HSL 2.73º 0.96% 0.22% -
HSV(B) 2.73º 0.98% 0.44% -
XYZ 6.77 3.6 0.4 -
YUV 37.83 107.79 180.91 -
System Red Green Blue C M Y K H S L
Decimal 112 7 2 0 0.94 0.98 0.56 2.73 0.96 0.22
Hex 70 7 2 0 5E 62 38 3 60 16
Octal 160 7 2 0 136 142 70 3 140 26
Binary 1110000 111 10 0 1011110 1100010 111000 11 1100000 10110

Color Harmonies of #700702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700702

Black with #700702

Text Example


Text Example

White with #700702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700702; }

 p { color: rgb(112,7,2); }

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

background-color css

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

 a { background-color: rgb(112,7,2); }

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

border-color css

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

 span { border-color: rgb(112,7,2); }

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