Html Css Color HEX #700102 Sangria

📋 copy color: '#700102'

red 112 ◦ green 1 ◦ blue 2

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

Shades of Sangria #700102

Tints of Sangria #700102

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.87%

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

R = 97.39%
G = 0.87%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#700102 (or 0x700102) is known color: Sangria. HEX triplet: 70, 01 and 02. RGB value is (112,1,2). Sum of RGB (Red+Green+Blue) = 112+1+2=115 (15% of max value = 765). Red value is 112 (44.14% from 255 or 97.39% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 112 - color contains mainly: red. Hex color #700102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700102 is #8FFEFD. Grayscale: #222222. Windows color (decimal): -9436926 or 131440. OLE color: 131440.

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

Color convert

RGB 112 1 2 -
CMYK 0 0.99 0.98 0.56
HSL 359.46º 0.98% 0.22% -
HSV(B) 359.46º 0.99% 0.44% -
XYZ 6.7 3.47 0.37 -
YUV 34.3 109.77 183.42 -
System Red Green Blue C M Y K H S L
Decimal 112 1 2 0 0.99 0.98 0.56 359.46 0.98 0.22
Hex 70 1 2 0 63 62 38 167 62 16
Octal 160 1 2 0 143 142 70 547 142 26
Binary 1110000 1 10 0 1100011 1100010 111000 101100111 1100010 10110

Color Harmonies of #700102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700102

Black with #700102

Text Example


Text Example

White with #700102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700102; }

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

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

background-color css

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

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

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

border-color css

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

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

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