Html Css Color HEX #7C2D31 Tamarillo

📋 copy color: '#7C2D31'

red 124 ◦ green 45 ◦ blue 49

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

Shades of Tamarillo #7C2D31

Tints of Tamarillo #7C2D31

RGB

 RED value IS 124 (48.83% from 255) = 56.88%

 GREEN value IS 45 (17.97% from 255) = 20.64%

 BLUE value IS 49 (19.53% from 255) = 22.48%

R = 56.88%
G = 20.64%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#7C2D31 (or 0x7C2D31) is known color: Tamarillo. HEX triplet: 7C, 2D and 31. RGB value is (124,45,49). Sum of RGB (Red+Green+Blue) = 124+45+49=218 (28% of max value = 765). Red value is 124 (48.83% from 255 or 56.88% from 218); Green value is 45 (17.97% from 255 or 20.64% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2D31 is #83D2CE. Grayscale: #454545. Windows color (decimal): -8639183 or 3222908. OLE color: 3222908.

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

Color convert

RGB 124 45 49 -
CMYK 0 0.64 0.60 0.51
HSL 356.96º 0.47% 0.33% -
HSV(B) 356.96º 0.64% 0.49% -
XYZ 9.8 6.38 3.62 -
YUV 69.08 116.67 167.17 -
System Red Green Blue C M Y K H S L
Decimal 124 45 49 0 0.64 0.60 0.51 356.96 0.47 0.33
Hex 7C 2D 31 0 40 3C 33 165 2F 21
Octal 174 55 61 0 100 74 63 545 57 41
Binary 1111100 101101 110001 0 1000000 111100 110011 101100101 101111 100001

Color Harmonies of #7C2D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2D31

Black with #7C2D31

Text Example


Text Example

White with #7C2D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,45,49); }

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

background-color css

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

 a { background-color: rgb(124,45,49); }

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

border-color css

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

 span { border-color: rgb(124,45,49); }

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