Html Css Color HEX #700306 Sangria

📋 copy color: '#700306'

red 112 ◦ green 3 ◦ blue 6

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

Shades of Sangria #700306

Tints of Sangria #700306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.96%

R = 92.56%
G = 2.48%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#700306 (or 0x700306) is known color: Sangria. HEX triplet: 70, 03 and 06. RGB value is (112,3,6). Sum of RGB (Red+Green+Blue) = 112+3+6=121 (16% of max value = 765). Red value is 112 (44.14% from 255 or 92.56% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 6 (2.73% from 255 or 4.96% from 121); Max value from RGB is 112 - color contains mainly: red. Hex color #700306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700306 is #8FFCF9. Grayscale: #242424. Windows color (decimal): -9436410 or 394096. OLE color: 394096.

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

Color convert

RGB 112 3 6 -
CMYK 0 0.97 0.95 0.56
HSL 358.35º 0.95% 0.23% -
HSV(B) 358.35º 0.97% 0.44% -
XYZ 6.75 3.52 0.5 -
YUV 35.93 111.11 182.26 -
System Red Green Blue C M Y K H S L
Decimal 112 3 6 0 0.97 0.95 0.56 358.35 0.95 0.23
Hex 70 3 6 0 61 5F 38 166 5F 17
Octal 160 3 6 0 141 137 70 546 137 27
Binary 1110000 11 110 0 1100001 1011111 111000 101100110 1011111 10111

Color Harmonies of #700306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700306

Black with #700306

Text Example


Text Example

White with #700306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700306; }

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

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

background-color css

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

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

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

border-color css

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

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

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