#7D413F

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

Shades of Red Robin #7D413F

Tints of Red Robin #7D413F

Color information

#7D413F (or 0x7D413F) is unknown color: approx Red Robin. HEX triplet: 7D, 41 and 3F. RGB value is (125,65,63). Sum of RGB (Red+Green+Blue) = 125+65+63=253 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.41% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 63 (25% from 255 or 24.90% from 253); Max value from RGB is 125 - color contains mainly: red. Hex color #7D413F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D413F is #82BEC0. Grayscale: #525252. Windows color (decimal): -8568513 or 4145533. OLE color: 4145533.

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

Color convert

RGB1256563-
CMYK00.480.500.51
HSL1.94º32.98%36.86%-
HSV(B)1.94º49.6%49.02%-
XYZ11.248.55.75-
YUV82.71116.88158.16-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 49.41%
GREEN value IS 65 (25.78% from 255) = 25.69%
BLUE value IS 63 (25% from 255) = 24.90%
R=49.41%
G=25.69%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125656300.480.500.511.9432.9836.86
Hex7D413F030323322125
Octal17510177060626324145
Binary11111011000001111111011000011001011001110100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D413F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,65,63); }

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

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

 a { background-color: rgb(125,65,63); }

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

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

 span { border-color: rgb(125,65,63); }

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