Html Css Color HEX #700602 Maroon

📋 copy color: '#700602'

red 112 ◦ green 6 ◦ blue 2

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

Shades of Maroon #700602

Tints of Maroon #700602

RGB

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

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

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

R = 93.33%
G = 5%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#700602 (or 0x700602) is known color: Maroon. HEX triplet: 70, 06 and 02. RGB value is (112,6,2). Sum of RGB (Red+Green+Blue) = 112+6+2=120 (15% of max value = 765). Red value is 112 (44.14% from 255 or 93.33% from 120); Green value is 6 (2.73% from 255 or 5% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 112 - color contains mainly: red. Hex color #700602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700602 is #8FF9FD. Grayscale: #252525. Windows color (decimal): -9435646 or 132720. OLE color: 132720.

HSL color Cylindrical-coordinate representation of color #700602: hue angle of 2.18º 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 #700602 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 6 2 -
CMYK 0 0.95 0.98 0.56
HSL 2.18º 0.96% 0.22% -
HSV(B) 2.18º 0.98% 0.44% -
XYZ 6.76 3.58 0.39 -
YUV 37.24 108.12 181.33 -
System Red Green Blue C M Y K H S L
Decimal 112 6 2 0 0.95 0.98 0.56 2.18 0.96 0.22
Hex 70 6 2 0 5F 62 38 2 60 16
Octal 160 6 2 0 137 142 70 2 140 26
Binary 1110000 110 10 0 1011111 1100010 111000 10 1100000 10110

Color Harmonies of #700602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700602

Black with #700602

Text Example


Text Example

White with #700602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700602; }

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

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

background-color css

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

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

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

border-color css

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

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

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