Html Css Color HEX #7D2829 Tamarillo

📋 copy color: '#7D2829'

red 125 ◦ green 40 ◦ blue 41

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

Shades of Tamarillo #7D2829

Tints of Tamarillo #7D2829

RGB

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

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

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

R = 60.68%
G = 19.42%
B = 19.9%

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

#7D2829 (or 0x7D2829) is known color: Tamarillo. HEX triplet: 7D, 28 and 29. RGB value is (125,40,41). Sum of RGB (Red+Green+Blue) = 125+40+41=206 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.68% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 41 (16.41% from 255 or 19.90% from 206); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2829 is #82D7D6. Grayscale: #414141. Windows color (decimal): -8574935 or 2697341. OLE color: 2697341.

HSL color Cylindrical-coordinate representation of color #7D2829: hue angle of 359.29º degrees, saturation: 0.52, 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 #7D2829 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 40 41 -
CMYK 0 0.68 0.67 0.51
HSL 359.29º 0.52% 0.32% -
HSV(B) 359.29º 0.68% 0.49% -
XYZ 9.62 6.04 2.76 -
YUV 65.53 114.16 170.42 -
System Red Green Blue C M Y K H S L
Decimal 125 40 41 0 0.68 0.67 0.51 359.29 0.52 0.32
Hex 7D 28 29 0 44 43 33 167 34 20
Octal 175 50 51 0 104 103 63 547 64 40
Binary 1111101 101000 101001 0 1000100 1000011 110011 101100111 110100 100000

Color Harmonies of #7D2829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2829

Black with #7D2829

Text Example


Text Example

White with #7D2829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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