#7D4034

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

Shades of Red Robin #7D4034

Tints of Red Robin #7D4034

Color information

#7D4034 (or 0x7D4034) is unknown color: approx Red Robin. HEX triplet: 7D, 40 and 34. RGB value is (125,64,52). Sum of RGB (Red+Green+Blue) = 125+64+52=241 (31% of max value = 765). Red value is 125 (49.22% from 255 or 51.87% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4034 is #82BFCB. Grayscale: #505050. Windows color (decimal): -8568780 or 3424381. OLE color: 3424381.

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

Color convert

RGB1256452-
CMYK00.490.580.51
HSL9.86º41.24%34.71%-
HSV(B)9.86º58.4%49.02%-
XYZ10.918.274.27-
YUV80.87111.71159.48-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 51.87%
GREEN value IS 64 (25.39% from 255) = 26.56%
BLUE value IS 52 (20.70% from 255) = 21.58%
R=51.87%
G=26.56%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125645200.490.580.519.8641.2434.71
Hex7D40340313A33a2923
Octal175100640617263125143
Binary1111101100000011010001100011110101100111010101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,64,52); }

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

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

 a { background-color: rgb(125,64,52); }

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

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

 span { border-color: rgb(125,64,52); }

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