Html Css Color HEX #7C2829 Tamarillo

📋 copy color: '#7C2829'

red 124 ◦ green 40 ◦ blue 41

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

Shades of Tamarillo #7C2829

Tints of Tamarillo #7C2829

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.51%

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

R = 60.49%
G = 19.51%
B = 20%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.51

RGB Variations

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

Color information

#7C2829 (or 0x7C2829) is known color: Tamarillo. HEX triplet: 7C, 28 and 29. RGB value is (124,40,41). Sum of RGB (Red+Green+Blue) = 124+40+41=205 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.49% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2829 is #83D7D6. Grayscale: #414141. Windows color (decimal): -8640471 or 2697340. OLE color: 2697340.

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

Color convert

RGB 124 40 41 -
CMYK 0 0.68 0.67 0.51
HSL 359.29º 0.51% 0.32% -
HSV(B) 359.29º 0.68% 0.49% -
XYZ 9.47 5.96 2.75 -
YUV 65.23 114.33 169.92 -
System Red Green Blue C M Y K H S L
Decimal 124 40 41 0 0.68 0.67 0.51 359.29 0.51 0.32
Hex 7C 28 29 0 44 43 33 167 33 20
Octal 174 50 51 0 104 103 63 547 63 40
Binary 1111100 101000 101001 0 1000100 1000011 110011 101100111 110011 100000

Color Harmonies of #7C2829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2829

Black with #7C2829

Text Example


Text Example

White with #7C2829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,40,41); }

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

background-color css

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

 a { background-color: rgb(124,40,41); }

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

border-color css

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

 span { border-color: rgb(124,40,41); }

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