Html Css Color HEX #A7070D Sangria

📋 copy color: '#A7070D'

red 167 ◦ green 7 ◦ blue 13

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

Shades of Sangria #A7070D

Tints of Sangria #A7070D

RGB

 RED value IS 167 (65.63% from 255) = 89.3%

 GREEN value IS 7 (3.13% from 255) = 3.74%

 BLUE value IS 13 (5.47% from 255) = 6.95%

R = 89.3%
G = 3.74%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A7070D (or 0xA7070D) is known color: Sangria. HEX triplet: A7, 07 and 0D. RGB value is (167,7,13). Sum of RGB (Red+Green+Blue) = 167+7+13=187 (24% of max value = 765). Red value is 167 (65.62% from 255 or 89.30% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 167 - color contains mainly: red. Hex color #A7070D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A7070D is #58F8F2. Grayscale: #373737. Windows color (decimal): -5830899 or 853927. OLE color: 853927.

HSL color Cylindrical-coordinate representation of color #A7070D: hue angle of 357.75º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A7070D is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 7 13 -
CMYK 0 0.96 0.92 0.35
HSL 357.75º 0.92% 0.34% -
HSV(B) 357.75º 0.96% 0.65% -
XYZ 16.08 8.4 1.15 -
YUV 55.52 104.01 207.51 -
System Red Green Blue C M Y K H S L
Decimal 167 7 13 0 0.96 0.92 0.35 357.75 0.92 0.34
Hex A7 7 D 0 60 5C 23 166 5C 22
Octal 247 7 15 0 140 134 43 546 134 42
Binary 10100111 111 1101 0 1100000 1011100 100011 101100110 1011100 100010

Color Harmonies of #A7070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7070D

Black with #A7070D

Text Example


Text Example

White with #A7070D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7070D; }

 p { color: rgb(167,7,13); }

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

background-color css

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

 a { background-color: rgb(167,7,13); }

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

border-color css

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

 span { border-color: rgb(167,7,13); }

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