#7F443C

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

Shades of Red Robin #7F443C

Tints of Red Robin #7F443C

Color information

#7F443C (or 0x7F443C) is unknown color: approx Red Robin. HEX triplet: 7F, 44 and 3C. RGB value is (127,68,60). Sum of RGB (Red+Green+Blue) = 127+68+60=255 (33% of max value = 765). Red value is 127 (50% from 255 or 49.80% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 127 - color contains mainly: red. Hex color #7F443C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F443C is #80BBC3. Grayscale: #545454. Windows color (decimal): -8436676 or 3949695. OLE color: 3949695.

HSL color Cylindrical-coordinate representation of color #7F443C: hue angle of 7.16º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F443C is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB1276860-
CMYK00.460.530.50
HSL7.16º35.83%36.67%-
HSV(B)7.16º52.76%49.8%-
XYZ11.648.975.39-
YUV84.73114.05158.15-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 49.80%
GREEN value IS 68 (26.95% from 255) = 26.67%
BLUE value IS 60 (23.83% from 255) = 23.53%
R=49.80%
G=26.67%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127686000.460.530.507.1635.8336.67
Hex7F443C02E353272425
Octal17710474056656274445
Binary111111110001001111000101110110101110010111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F443C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,68,60); }

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

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

 a { background-color: rgb(127,68,60); }

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

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

 span { border-color: rgb(127,68,60); }

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