#7D2B2F

Color #7D2B2F Tamarillo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tamarillo #7D2B2F

Tints of Tamarillo #7D2B2F

Color information

#7D2B2F (or 0x7D2B2F) is unknown color: approx Tamarillo. HEX triplet: 7D, 2B and 2F. RGB value is (125,43,47). Sum of RGB (Red+Green+Blue) = 125+43+47=215 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.14% from 215); Green value is 43 (17.19% from 255 or 20% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2B2F is #82D4D0. Grayscale: #444444. Windows color (decimal): -8574161 or 3091325. OLE color: 3091325.

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

Color convert

RGB1254347-
CMYK00.660.620.51
HSL357.07º48.81%32.94%-
HSV(B)357.07º65.6%49.02%-
XYZ9.836.293.39-
YUV67.97116.17168.67-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 58.14%
GREEN value IS 43 (17.19% from 255) = 20%
BLUE value IS 47 (18.75% from 255) = 21.86%
R=58.14%
G=20%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125434700.660.620.51357.0748.8132.94
Hex7D2B2F0423E331653121
Octal1755357010276635456141
Binary111110110101110111101000010111110110011101100101110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,43,47); }

 H1.HeaderClassName
 {
   color: #7D2B2F;
 }
 .AnyTagClassName
 {
   color: #7D2B2F;
 }
</style>
background-color css

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

 a { background-color: rgb(125,43,47); }

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

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

 span { border-color: rgb(125,43,47); }

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