Html Css Color HEX #7D292C Tamarillo

📋 copy color: '#7D292C'

red 125 ◦ green 41 ◦ blue 44

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

Shades of Tamarillo #7D292C

Tints of Tamarillo #7D292C

RGB

 RED value IS 125 (49.22% from 255) = 59.52%

 GREEN value IS 41 (16.41% from 255) = 19.52%

 BLUE value IS 44 (17.58% from 255) = 20.95%

R = 59.52%
G = 19.52%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.51

RGB Variations

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

Color information

#7D292C (or 0x7D292C) is known color: Tamarillo. HEX triplet: 7D, 29 and 2C. RGB value is (125,41,44). Sum of RGB (Red+Green+Blue) = 125+41+44=210 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.52% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 125 - color contains mainly: red. Hex color #7D292C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D292C is #82D6D3. Grayscale: #424242. Windows color (decimal): -8574676 or 2894205. OLE color: 2894205.

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

Color convert

RGB 125 41 44 -
CMYK 0 0.67 0.65 0.51
HSL 357.86º 0.51% 0.33% -
HSV(B) 357.86º 0.67% 0.49% -
XYZ 9.71 6.13 3.05 -
YUV 66.46 115.33 169.76 -
System Red Green Blue C M Y K H S L
Decimal 125 41 44 0 0.67 0.65 0.51 357.86 0.51 0.33
Hex 7D 29 2C 0 43 41 33 166 33 21
Octal 175 51 54 0 103 101 63 546 63 41
Binary 1111101 101001 101100 0 1000011 1000001 110011 101100110 110011 100001

Color Harmonies of #7D292C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D292C

Black with #7D292C

Text Example


Text Example

White with #7D292C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,41,44); }

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

background-color css

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

 a { background-color: rgb(125,41,44); }

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

border-color css

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

 span { border-color: rgb(125,41,44); }

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