#7C3E38

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

Shades of Red Robin #7C3E38

Tints of Red Robin #7C3E38

Color information

#7C3E38 (or 0x7C3E38) is unknown color: approx Red Robin. HEX triplet: 7C, 3E and 38. RGB value is (124,62,56). Sum of RGB (Red+Green+Blue) = 124+62+56=242 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.24% from 242); Green value is 62 (24.61% from 255 or 25.62% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3E38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3E38 is #83C1C7. Grayscale: #4F4F4F. Windows color (decimal): -8634824 or 3686012. OLE color: 3686012.

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

Color convert

RGB1246256-
CMYK00.50.550.51
HSL5.29º37.78%35.29%-
HSV(B)5.29º54.84%48.63%-
XYZ10.758.024.72-
YUV79.85114.54159.49-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 51.24%
GREEN value IS 62 (24.61% from 255) = 25.62%
BLUE value IS 56 (22.27% from 255) = 23.14%
R=51.24%
G=25.62%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.55
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124625600.50.550.515.2937.7835.29
Hex7C3E38032373352623
Octal1747670062676354643
Binary11111001111101110000110010110111110011101100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,62,56); }

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

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

 a { background-color: rgb(124,62,56); }

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

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

 span { border-color: rgb(124,62,56); }

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