#7E3B38

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

Shades of Red Robin #7E3B38

Tints of Red Robin #7E3B38

Color information

#7E3B38 (or 0x7E3B38) is unknown color: approx Red Robin. HEX triplet: 7E, 3B and 38. RGB value is (126,59,56). Sum of RGB (Red+Green+Blue) = 126+59+56=241 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.28% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3B38 is #81C4C7. Grayscale: #4E4E4E. Windows color (decimal): -8504520 or 3685246. OLE color: 3685246.

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

Color convert

RGB1265956-
CMYK00.530.560.51
HSL2.57º38.46%35.69%-
HSV(B)2.57º55.56%49.41%-
XYZ10.887.854.68-
YUV78.69115.2161.74-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 52.28%
GREEN value IS 59 (23.44% from 255) = 24.48%
BLUE value IS 56 (22.27% from 255) = 23.24%
R=52.28%
G=24.48%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126595600.530.560.512.5738.4635.69
Hex7E3B38035383332624
Octal1767370065706334644
Binary1111110111011111000011010111100011001111100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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