Html Css Color HEX #7E2A25 Lusty

📋 copy color: '#7E2A25'

red 126 ◦ green 42 ◦ blue 37

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

Shades of Lusty #7E2A25

Tints of Lusty #7E2A25

RGB

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

 GREEN value IS 42 (16.8% from 255) = 20.49%

 BLUE value IS 37 (14.84% from 255) = 18.05%

R = 61.46%
G = 20.49%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.51

RGB Variations

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

Color information

#7E2A25 (or 0x7E2A25) is known color: Lusty. HEX triplet: 7E, 2A and 25. RGB value is (126,42,37). Sum of RGB (Red+Green+Blue) = 126+42+37=205 (27% of max value = 765). Red value is 126 (49.61% from 255 or 61.46% from 205); Green value is 42 (16.80% from 255 or 20.49% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2A25 is #81D5DA. Grayscale: #424242. Windows color (decimal): -8508891 or 2435710. OLE color: 2435710.

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

Color convert

RGB 126 42 37 -
CMYK 0 0.67 0.71 0.51
HSL 3.37º 0.55% 0.32% -
HSV(B) 3.37º 0.71% 0.49% -
XYZ 9.77 6.23 2.44 -
YUV 66.55 111.33 170.41 -
System Red Green Blue C M Y K H S L
Decimal 126 42 37 0 0.67 0.71 0.51 3.37 0.55 0.32
Hex 7E 2A 25 0 43 47 33 3 37 20
Octal 176 52 45 0 103 107 63 3 67 40
Binary 1111110 101010 100101 0 1000011 1000111 110011 11 110111 100000

Color Harmonies of #7E2A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2A25

Black with #7E2A25

Text Example


Text Example

White with #7E2A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,42,37); }

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

background-color css

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

 a { background-color: rgb(126,42,37); }

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

border-color css

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

 span { border-color: rgb(126,42,37); }

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