#7C413A

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

Shades of Red Robin #7C413A

Tints of Red Robin #7C413A

Color information

#7C413A (or 0x7C413A) is unknown color: approx Red Robin. HEX triplet: 7C, 41 and 3A. RGB value is (124,65,58). Sum of RGB (Red+Green+Blue) = 124+65+58=247 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.20% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 124 - color contains mainly: red. Hex color #7C413A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C413A is #83BEC5. Grayscale: #515151. Windows color (decimal): -8634054 or 3817852. OLE color: 3817852.

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

Color convert

RGB1246558-
CMYK00.480.530.51
HSL6.36º36.26%35.69%-
HSV(B)6.36º53.23%48.63%-
XYZ10.978.375.04-
YUV81.84114.55158.07-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 50.20%
GREEN value IS 65 (25.78% from 255) = 26.32%
BLUE value IS 58 (23.05% from 255) = 23.48%
R=50.20%
G=26.32%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124655800.480.530.516.3636.2635.69
Hex7C413A030353362424
Octal17410172060656364444
Binary111110010000011110100110000110101110011110100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C413A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,65,58); }

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

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

 a { background-color: rgb(124,65,58); }

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

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

 span { border-color: rgb(124,65,58); }

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