Html Css Color HEX #7E2C2D Tamarillo

📋 copy color: '#7E2C2D'

red 126 ◦ green 44 ◦ blue 45

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

Shades of Tamarillo #7E2C2D

Tints of Tamarillo #7E2C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.93%

R = 58.6%
G = 20.47%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.51

RGB Variations

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

Color information

#7E2C2D (or 0x7E2C2D) is known color: Tamarillo. HEX triplet: 7E, 2C and 2D. RGB value is (126,44,45). Sum of RGB (Red+Green+Blue) = 126+44+45=215 (28% of max value = 765). Red value is 126 (49.61% from 255 or 58.60% from 215); Green value is 44 (17.58% from 255 or 20.47% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2C2D is #81D3D2. Grayscale: #444444. Windows color (decimal): -8508371 or 2960510. OLE color: 2960510.

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

Color convert

RGB 126 44 45 -
CMYK 0 0.65 0.64 0.51
HSL 359.27º 0.48% 0.33% -
HSV(B) 359.27º 0.65% 0.49% -
XYZ 9.98 6.43 3.2 -
YUV 68.63 114.67 168.92 -
System Red Green Blue C M Y K H S L
Decimal 126 44 45 0 0.65 0.64 0.51 359.27 0.48 0.33
Hex 7E 2C 2D 0 41 40 33 167 30 21
Octal 176 54 55 0 101 100 63 547 60 41
Binary 1111110 101100 101101 0 1000001 1000000 110011 101100111 110000 100001

Color Harmonies of #7E2C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2C2D

Black with #7E2C2D

Text Example


Text Example

White with #7E2C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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