Html Css Color HEX #7E0002 Sangria

📋 copy color: '#7E0002'

red 126 ◦ green 0 ◦ blue 2

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

Shades of Sangria #7E0002

Tints of Sangria #7E0002

RGB

 RED value IS 126 (49.61% from 255) = 98.44%

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

 BLUE value IS 2 (1.17% from 255) = 1.56%

R = 98.44%
G = 0%
B = 1.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#7E0002 (or 0x7E0002) is known color: Sangria. HEX triplet: 7E, 00 and 02. RGB value is (126,0,2). Sum of RGB (Red+Green+Blue) = 126+0+2=128 (16% of max value = 765). Red value is 126 (49.61% from 255 or 98.44% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 2 (1.17% from 255 or 1.56% from 128); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E0002 is #81FFFD. Grayscale: #262626. Windows color (decimal): -8519678 or 131198. OLE color: 131198.

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

Color convert

RGB 126 0 2 -
CMYK 0 1 0.98 0.51
HSL 359.05º 1% 0.25% -
HSV(B) 359.05º 1% 0.49% -
XYZ 8.62 4.44 0.46 -
YUV 37.9 107.74 190.84 -
System Red Green Blue C M Y K H S L
Decimal 126 0 2 0 1 0.98 0.51 359.05 1 0.25
Hex 7E 0 2 0 64 62 33 167 64 19
Octal 176 0 2 0 144 142 63 547 144 31
Binary 1111110 0 10 0 1100100 1100010 110011 101100111 1100100 11001

Color Harmonies of #7E0002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0002

Black with #7E0002

Text Example


Text Example

White with #7E0002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,0,2); }

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

background-color css

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

 a { background-color: rgb(126,0,2); }

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

border-color css

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

 span { border-color: rgb(126,0,2); }

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