#7C3B38

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

Shades of Red Robin #7C3B38

Tints of Red Robin #7C3B38

Color information

#7C3B38 (or 0x7C3B38) is unknown color: approx Red Robin. HEX triplet: 7C, 3B and 38. RGB value is (124,59,56). Sum of RGB (Red+Green+Blue) = 124+59+56=239 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.88% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3B38 is #83C4C7. Grayscale: #4E4E4E. Windows color (decimal): -8635592 or 3685244. OLE color: 3685244.

HSL color Cylindrical-coordinate representation of color #7C3B38: hue angle of 2.65º 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 #7C3B38 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.51.

Color convert

RGB1245956-
CMYK00.520.550.51
HSL2.65º37.78%35.29%-
HSV(B)2.65º54.84%48.63%-
XYZ10.597.74.67-
YUV78.09115.53160.74-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 51.88%
GREEN value IS 59 (23.44% from 255) = 24.69%
BLUE value IS 56 (22.27% from 255) = 23.43%
R=51.88%
G=24.69%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124595600.520.550.512.6537.7835.29
Hex7C3B38034373332623
Octal1747370064676334643
Binary1111100111011111000011010011011111001111100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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