#7A3F3D

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

Shades of Red Robin #7A3F3D

Tints of Red Robin #7A3F3D

Color information

#7A3F3D (or 0x7A3F3D) is unknown color: approx Red Robin. HEX triplet: 7A, 3F and 3D. RGB value is (122,63,61). Sum of RGB (Red+Green+Blue) = 122+63+61=246 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.59% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3F3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3F3D is #85C0C2. Grayscale: #505050. Windows color (decimal): -8765635 or 4013946. OLE color: 4013946.

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

Color convert

RGB1226361-
CMYK00.480.500.52
HSL1.97º33.33%35.88%-
HSV(B)1.97º50%47.84%-
XYZ10.658.035.4-
YUV80.41117.05157.66-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 49.59%
GREEN value IS 63 (25% from 255) = 25.61%
BLUE value IS 61 (24.22% from 255) = 24.80%
R=49.59%
G=25.61%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122636100.480.500.521.9733.3335.88
Hex7A3F3D030323422124
Octal1727775060626424144
Binary1111010111111111101011000011001011010010100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,63,61); }

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

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

 a { background-color: rgb(122,63,61); }

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

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

 span { border-color: rgb(122,63,61); }

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