Html Css Color HEX #700305 Sangria

📋 copy color: '#700305'

red 112 ◦ green 3 ◦ blue 5

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

Shades of Sangria #700305

Tints of Sangria #700305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.17%

R = 93.33%
G = 2.5%
B = 4.17%

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

#700305 (or 0x700305) is known color: Sangria. HEX triplet: 70, 03 and 05. RGB value is (112,3,5). Sum of RGB (Red+Green+Blue) = 112+3+5=120 (15% of max value = 765). Red value is 112 (44.14% from 255 or 93.33% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 5 (2.34% from 255 or 4.17% from 120); Max value from RGB is 112 - color contains mainly: red. Hex color #700305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700305 is #8FFCFA. Grayscale: #232323. Windows color (decimal): -9436411 or 328560. OLE color: 328560.

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

Color convert

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

Color Harmonies of #700305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700305

Black with #700305

Text Example


Text Example

White with #700305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700305; }

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

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

background-color css

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

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

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

border-color css

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

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

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