Html Css Color HEX #7E2029 Scarlett

📋 copy color: '#7E2029'

red 126 ◦ green 32 ◦ blue 41

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

Shades of Scarlett #7E2029

Tints of Scarlett #7E2029

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.08%

 BLUE value IS 41 (16.41% from 255) = 20.6%

R = 63.32%
G = 16.08%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.51

RGB Variations

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

Color information

#7E2029 (or 0x7E2029) is known color: Scarlett. HEX triplet: 7E, 20 and 29. RGB value is (126,32,41). Sum of RGB (Red+Green+Blue) = 126+32+41=199 (26% of max value = 765). Red value is 126 (49.61% from 255 or 63.32% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 41 (16.41% from 255 or 20.60% from 199); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2029 is #81DFD6. Grayscale: #3D3D3D. Windows color (decimal): -8511447 or 2695294. OLE color: 2695294.

HSL color Cylindrical-coordinate representation of color #7E2029: hue angle of 354.26º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7E2029 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 32 41 -
CMYK 0 0.75 0.67 0.51
HSL 354.26º 0.59% 0.31% -
HSV(B) 354.26º 0.75% 0.49% -
XYZ 9.52 5.63 2.68 -
YUV 61.13 116.64 174.27 -
System Red Green Blue C M Y K H S L
Decimal 126 32 41 0 0.75 0.67 0.51 354.26 0.59 0.31
Hex 7E 20 29 0 4B 43 33 162 3B 1F
Octal 176 40 51 0 113 103 63 542 73 37
Binary 1111110 100000 101001 0 1001011 1000011 110011 101100010 111011 11111

Color Harmonies of #7E2029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2029

Black with #7E2029

Text Example


Text Example

White with #7E2029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,32,41); }

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

background-color css

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

 a { background-color: rgb(126,32,41); }

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

border-color css

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

 span { border-color: rgb(126,32,41); }

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