Html Css Color HEX #700304 Sangria

📋 copy color: '#700304'

red 112 ◦ green 3 ◦ blue 4

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

Shades of Sangria #700304

Tints of Sangria #700304

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.52%

 BLUE value IS 4 (1.95% from 255) = 3.36%

R = 94.12%
G = 2.52%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#700304 (or 0x700304) is known color: Sangria. HEX triplet: 70, 03 and 04. RGB value is (112,3,4). Sum of RGB (Red+Green+Blue) = 112+3+4=119 (15% of max value = 765). Red value is 112 (44.14% from 255 or 94.12% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 112 - color contains mainly: red. Hex color #700304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700304 is #8FFCFB. Grayscale: #232323. Windows color (decimal): -9436412 or 263024. OLE color: 263024.

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

Color convert

RGB 112 3 4 -
CMYK 0 0.97 0.96 0.56
HSL 359.45º 0.95% 0.23% -
HSV(B) 359.45º 0.97% 0.44% -
XYZ 6.74 3.52 0.44 -
YUV 35.71 110.11 182.42 -
System Red Green Blue C M Y K H S L
Decimal 112 3 4 0 0.97 0.96 0.56 359.45 0.95 0.23
Hex 70 3 4 0 61 60 38 167 5F 17
Octal 160 3 4 0 141 140 70 547 137 27
Binary 1110000 11 100 0 1100001 1100000 111000 101100111 1011111 10111

Color Harmonies of #700304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700304

Black with #700304

Text Example


Text Example

White with #700304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700304; }

 p { color: rgb(112,3,4); }

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

background-color css

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

 a { background-color: rgb(112,3,4); }

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

border-color css

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

 span { border-color: rgb(112,3,4); }

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