#7D3D38

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

Shades of Red Robin #7D3D38

Tints of Red Robin #7D3D38

Color information

#7D3D38 (or 0x7D3D38) is unknown color: approx Red Robin. HEX triplet: 7D, 3D and 38. RGB value is (125,61,56). Sum of RGB (Red+Green+Blue) = 125+61+56=242 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.65% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3D38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3D38 is #82C2C7. Grayscale: #4F4F4F. Windows color (decimal): -8569544 or 3685757. OLE color: 3685757.

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

Color convert

RGB1256156-
CMYK00.510.550.51
HSL4.35º38.12%35.49%-
HSV(B)4.35º55.2%49.02%-
XYZ10.847.984.71-
YUV79.57114.7160.41-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 51.65%
GREEN value IS 61 (24.22% from 255) = 25.21%
BLUE value IS 56 (22.27% from 255) = 23.14%
R=51.65%
G=25.21%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125615600.510.550.514.3538.1235.49
Hex7D3D38033373342623
Octal1757570063676344643
Binary11111011111011110000110011110111110011100100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,61,56); }

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

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

 a { background-color: rgb(125,61,56); }

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

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

 span { border-color: rgb(125,61,56); }

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