#7D3D3C

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

Shades of Red Robin #7D3D3C

Tints of Red Robin #7D3D3C

Color information

#7D3D3C (or 0x7D3D3C) is unknown color: approx Red Robin. HEX triplet: 7D, 3D and 3C. RGB value is (125,61,60). Sum of RGB (Red+Green+Blue) = 125+61+60=246 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.81% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3D3C is #82C2C3. Grayscale: #505050. Windows color (decimal): -8569540 or 3947901. OLE color: 3947901.

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

Color convert

RGB1256160-
CMYK00.510.520.51
HSL0.92º35.14%36.27%-
HSV(B)0.92º52%49.02%-
XYZ10.948.025.25-
YUV80.02116.7160.08-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 50.81%
GREEN value IS 61 (24.22% from 255) = 24.80%
BLUE value IS 60 (23.83% from 255) = 24.39%
R=50.81%
G=24.80%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125616000.510.520.510.9235.1436.27
Hex7D3D3C033343312324
Octal1757574063646314344
Binary111110111110111110001100111101001100111100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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