Html Css Color HEX #7A0003 Sangria

📋 copy color: '#7A0003'

red 122 ◦ green 0 ◦ blue 3

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

Shades of Sangria #7A0003

Tints of Sangria #7A0003

RGB

 RED value IS 122 (48.05% from 255) = 97.6%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 3 (1.56% from 255) = 2.4%

R = 97.6%
G = 0%
B = 2.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.52

RGB Variations

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

Color information

#7A0003 (or 0x7A0003) is known color: Sangria. HEX triplet: 7A, 00 and 03. RGB value is (122,0,3). Sum of RGB (Red+Green+Blue) = 122+0+3=125 (16% of max value = 765). Red value is 122 (48.05% from 255 or 97.6% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0003 is #85FFFC. Grayscale: #242424. Windows color (decimal): -8781821 or 196730. OLE color: 196730.

HSL color Cylindrical-coordinate representation of color #7A0003: hue angle of 358.52º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A0003 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 0 3 -
CMYK 0 1 0.98 0.52
HSL 358.52º 1% 0.24% -
HSV(B) 358.52º 1% 0.48% -
XYZ 8.04 4.14 0.46 -
YUV 36.82 108.92 188.76 -
System Red Green Blue C M Y K H S L
Decimal 122 0 3 0 1 0.98 0.52 358.52 1 0.24
Hex 7A 0 3 0 64 62 34 167 64 18
Octal 172 0 3 0 144 142 64 547 144 30
Binary 1111010 0 11 0 1100100 1100010 110100 101100111 1100100 11000

Color Harmonies of #7A0003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0003

Black with #7A0003

Text Example


Text Example

White with #7A0003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A0003; }

 p { color: rgb(122,0,3); }

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

background-color css

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

 a { background-color: rgb(122,0,3); }

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

border-color css

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

 span { border-color: rgb(122,0,3); }

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