Html Css Color HEX #7E2C27 Lusty

📋 copy color: '#7E2C27'

red 126 ◦ green 44 ◦ blue 39

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

Shades of Lusty #7E2C27

Tints of Lusty #7E2C27

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.05%

 BLUE value IS 39 (15.63% from 255) = 18.66%

R = 60.29%
G = 21.05%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.51

RGB Variations

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

Color information

#7E2C27 (or 0x7E2C27) is known color: Lusty. HEX triplet: 7E, 2C and 27. RGB value is (126,44,39). Sum of RGB (Red+Green+Blue) = 126+44+39=209 (27% of max value = 765). Red value is 126 (49.61% from 255 or 60.29% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 39 (15.62% from 255 or 18.66% from 209); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2C27 is #81D3D8. Grayscale: #444444. Windows color (decimal): -8508377 or 2567294. OLE color: 2567294.

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

Color convert

RGB 126 44 39 -
CMYK 0 0.65 0.69 0.51
HSL 3.45º 0.53% 0.32% -
HSV(B) 3.45º 0.69% 0.49% -
XYZ 9.87 6.38 2.63 -
YUV 67.95 111.67 169.41 -
System Red Green Blue C M Y K H S L
Decimal 126 44 39 0 0.65 0.69 0.51 3.45 0.53 0.32
Hex 7E 2C 27 0 41 45 33 3 35 20
Octal 176 54 47 0 101 105 63 3 65 40
Binary 1111110 101100 100111 0 1000001 1000101 110011 11 110101 100000

Color Harmonies of #7E2C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2C27

Black with #7E2C27

Text Example


Text Example

White with #7E2C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,44,39); }

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

background-color css

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

 a { background-color: rgb(126,44,39); }

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

border-color css

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

 span { border-color: rgb(126,44,39); }

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