Html Css Color HEX #700307 Sangria

📋 copy color: '#700307'

red 112 ◦ green 3 ◦ blue 7

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

Shades of Sangria #700307

Tints of Sangria #700307

RGB

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

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

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

R = 91.8%
G = 2.46%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#700307 (or 0x700307) is known color: Sangria. HEX triplet: 70, 03 and 07. RGB value is (112,3,7). Sum of RGB (Red+Green+Blue) = 112+3+7=122 (16% of max value = 765). Red value is 112 (44.14% from 255 or 91.80% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 7 (3.12% from 255 or 5.74% from 122); Max value from RGB is 112 - color contains mainly: red. Hex color #700307 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700307 is #8FFCF8. Grayscale: #242424. Windows color (decimal): -9436409 or 459632. OLE color: 459632.

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

Color convert

RGB 112 3 7 -
CMYK 0 0.97 0.94 0.56
HSL 357.8º 0.95% 0.23% -
HSV(B) 357.8º 0.97% 0.44% -
XYZ 6.75 3.53 0.53 -
YUV 36.05 111.61 182.17 -
System Red Green Blue C M Y K H S L
Decimal 112 3 7 0 0.97 0.94 0.56 357.8 0.95 0.23
Hex 70 3 7 0 61 5E 38 166 5F 17
Octal 160 3 7 0 141 136 70 546 137 27
Binary 1110000 11 111 0 1100001 1011110 111000 101100110 1011111 10111

Color Harmonies of #700307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700307

Black with #700307

Text Example


Text Example

White with #700307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700307; }

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

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

background-color css

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

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

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

border-color css

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

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

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