#7D423D

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

Shades of Red Robin #7D423D

Tints of Red Robin #7D423D

Color information

#7D423D (or 0x7D423D) is unknown color: approx Red Robin. HEX triplet: 7D, 42 and 3D. RGB value is (125,66,61). Sum of RGB (Red+Green+Blue) = 125+66+61=252 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.60% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 125 - color contains mainly: red. Hex color #7D423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D423D is #82BDC2. Grayscale: #535353. Windows color (decimal): -8568259 or 4014717. OLE color: 4014717.

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

Color convert

RGB1256661-
CMYK00.470.510.51
HSL4.69º34.41%36.47%-
HSV(B)4.69º51.2%49.02%-
XYZ11.258.595.48-
YUV83.07115.55157.91-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 49.60%
GREEN value IS 66 (26.17% from 255) = 26.19%
BLUE value IS 61 (24.22% from 255) = 24.21%
R=49.60%
G=26.19%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125666100.470.510.514.6934.4136.47
Hex7D423D02F333352224
Octal17510275057636354244
Binary111110110000101111010101111110011110011101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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