#7C3F3F

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

Shades of Red Robin #7C3F3F

Tints of Red Robin #7C3F3F

Color information

#7C3F3F (or 0x7C3F3F) is unknown color: approx Red Robin. HEX triplet: 7C, 3F and 3F. RGB value is (124,63,63). Sum of RGB (Red+Green+Blue) = 124+63+63=250 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.6% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3F3F is #83C0C0. Grayscale: #515151. Windows color (decimal): -8634561 or 4145020. OLE color: 4145020.

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

Color convert

RGB1246363-
CMYK00.490.490.51
HSL32.62%36.67%-
HSV(B)49.19%48.63%-
XYZ10.998.25.71-
YUV81.24117.71158.5-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.6%
GREEN value IS 63 (25% from 255) = 25.2%
BLUE value IS 63 (25% from 255) = 25.2%
R=49.6%
G=25.2%
B=25.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124636300.490.490.51032.6236.67
Hex7C3F3F031313302125
Octal1747777061616304145
Binary111110011111111111101100011100011100110100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,63,63); }

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

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

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

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

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

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

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