Html Css Color HEX #700207 Sangria

📋 copy color: '#700207'

red 112 ◦ green 2 ◦ blue 7

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

Shades of Sangria #700207

Tints of Sangria #700207

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

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

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

Color convert

RGB 112 2 7 -
CMYK 0 0.98 0.94 0.56
HSL 357.27º 0.96% 0.22% -
HSV(B) 357.27º 0.98% 0.44% -
XYZ 6.74 3.5 0.52 -
YUV 35.46 111.94 182.59 -
System Red Green Blue C M Y K H S L
Decimal 112 2 7 0 0.98 0.94 0.56 357.27 0.96 0.22
Hex 70 2 7 0 62 5E 38 165 60 16
Octal 160 2 7 0 142 136 70 545 140 26
Binary 1110000 10 111 0 1100010 1011110 111000 101100101 1100000 10110

Color Harmonies of #700207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700207

Black with #700207

Text Example


Text Example

White with #700207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700207; }

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

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

background-color css

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

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

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

border-color css

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

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

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