Html Css Color HEX #700F02 Maroon

📋 copy color: '#700F02'

red 112 ◦ green 15 ◦ blue 2

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

Shades of Maroon #700F02

Tints of Maroon #700F02

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.63%

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

R = 86.82%
G = 11.63%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#700F02 (or 0x700F02) is known color: Maroon. HEX triplet: 70, 0F and 02. RGB value is (112,15,2). Sum of RGB (Red+Green+Blue) = 112+15+2=129 (17% of max value = 765). Red value is 112 (44.14% from 255 or 86.82% from 129); Green value is 15 (6.25% from 255 or 11.63% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 112 - color contains mainly: red. Hex color #700F02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700F02 is #8FF0FD. Grayscale: #2A2A2A. Windows color (decimal): -9433342 or 135024. OLE color: 135024.

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

Color convert

RGB 112 15 2 -
CMYK 0 0.87 0.98 0.56
HSL 7.09º 0.96% 0.22% -
HSV(B) 7.09º 0.98% 0.44% -
XYZ 6.86 3.79 0.43 -
YUV 42.52 105.14 177.56 -
System Red Green Blue C M Y K H S L
Decimal 112 15 2 0 0.87 0.98 0.56 7.09 0.96 0.22
Hex 70 F 2 0 57 62 38 7 60 16
Octal 160 17 2 0 127 142 70 7 140 26
Binary 1110000 1111 10 0 1010111 1100010 111000 111 1100000 10110

Color Harmonies of #700F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700F02

Black with #700F02

Text Example


Text Example

White with #700F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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