#7f3d31

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

Shades of Red Robin #7F3D31

Tints of Red Robin #7F3D31

Color information

#7F3D31 (or 0x7F3D31) is unknown color: approx Red Robin. HEX triplet: 7F, 3D and 31. RGB value is (127,61,49). Sum of RGB (Red+Green+Blue) = 127+61+49=237 (31% of max value = 765). Red value is 127 (50% from 255 or 53.59% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 49 (19.53% from 255 or 20.68% from 237); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3D31 is #80C2CE. Grayscale: #4F4F4F. Windows color (decimal): -8438479 or 3227007. OLE color: 3227007.

HSL color Cylindrical-coordinate representation of color #7F3D31: hue angle of 9.23º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F3D31 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB1276149-
CMYK00.520.610.50
HSL9.23º44.32%34.51%-
HSV(B)9.23º61.42%49.8%-
XYZ10.988.073.89-
YUV79.37110.87161.98-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 53.59%
GREEN value IS 61 (24.22% from 255) = 25.74%
BLUE value IS 49 (19.53% from 255) = 20.68%
R=53.59%
G=25.74%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127614900.520.610.509.2344.3234.51
Hex7F3D310343D3292c23
Octal17775610647562115443
Binary111111111110111000101101001111011100101001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f3d31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,61,49); }

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

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

 a { background-color: rgb(127,61,49); }

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

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

 span { border-color: rgb(127,61,49); }

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