#7C3E34

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

Shades of Red Robin #7C3E34

Tints of Red Robin #7C3E34

Color information

#7C3E34 (or 0x7C3E34) is unknown color: approx Red Robin. HEX triplet: 7C, 3E and 34. RGB value is (124,62,52). Sum of RGB (Red+Green+Blue) = 124+62+52=238 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.10% from 238); Green value is 62 (24.61% from 255 or 26.05% from 238); Blue value is 52 (20.70% from 255 or 21.85% from 238); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3E34 is #83C1CB. Grayscale: #4F4F4F. Windows color (decimal): -8634828 or 3423868. OLE color: 3423868.

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

Color convert

RGB1246252-
CMYK00.50.580.51
HSL8.33º40.91%34.51%-
HSV(B)8.33º58.06%48.63%-
XYZ10.657.984.23-
YUV79.4112.54159.81-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 52.10%
GREEN value IS 62 (24.61% from 255) = 26.05%
BLUE value IS 52 (20.70% from 255) = 21.85%
R=52.10%
G=26.05%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124625200.50.580.518.3340.9134.51
Hex7C3E340323A3382923
Octal17476640627263105143
Binary111110011111011010001100101110101100111000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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