#7f3a34

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

Shades of Red Robin #7F3A34

Tints of Red Robin #7F3A34

Color information

#7F3A34 (or 0x7F3A34) is unknown color: approx Red Robin. HEX triplet: 7F, 3A and 34. RGB value is (127,58,52). Sum of RGB (Red+Green+Blue) = 127+58+52=237 (31% of max value = 765). Red value is 127 (50% from 255 or 53.59% from 237); Green value is 58 (23.05% from 255 or 24.47% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3A34 is #80C5CB. Grayscale: #4E4E4E. Windows color (decimal): -8439244 or 3422847. OLE color: 3422847.

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

Color convert

RGB1275852-
CMYK00.540.590.50
HSL4.8º41.9%35.1%-
HSV(B)4.8º59.06%49.8%-
XYZ10.897.794.18-
YUV77.95113.36162.99-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 53.59%
GREEN value IS 58 (23.05% from 255) = 24.47%
BLUE value IS 52 (20.70% from 255) = 21.94%
R=53.59%
G=24.47%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127585200.540.590.504.841.935.1
Hex7F3A340363B3252a23
Octal1777264066736255243
Binary11111111110101101000110110111011110010101101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f3a34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,58,52); }

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

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

 a { background-color: rgb(127,58,52); }

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

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

 span { border-color: rgb(127,58,52); }

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