#791A1E

Color #791A1E Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #791A1E

Tints of Red Berry #791A1E

Color information

#791A1E (or 0x791A1E) is unknown color: approx Red Berry. HEX triplet: 79, 1A and 1E. RGB value is (121,26,30). Sum of RGB (Red+Green+Blue) = 121+26+30=177 (23% of max value = 765). Red value is 121 (47.66% from 255 or 68.36% from 177); Green value is 26 (10.55% from 255 or 14.69% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 121 - color contains mainly: red. Hex color #791A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791A1E is #86E5E1. Grayscale: #363636. Windows color (decimal): -8840674 or 1972857. OLE color: 1972857.

HSL color Cylindrical-coordinate representation of color #791A1E: hue angle of 357.47º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #791A1E is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB1212630-
CMYK00.790.750.53
HSL357.47º64.63%28.82%-
HSV(B)357.47º78.51%47.45%-
XYZ8.494.91.73-
YUV54.86113.97175.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 68.36%
GREEN value IS 26 (10.55% from 255) = 14.69%
BLUE value IS 30 (12.11% from 255) = 16.95%
R=68.36%
G=14.69%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121263000.790.750.53357.4764.6328.82
Hex791A1E04F4B35165411d
Octal171323601171136554510135
Binary11110011101011110010011111001011110101101100101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791A1E; }

 p { color: rgb(121,26,30); }

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

<style>
 a { background-color: #791A1E; }

 a { background-color: rgb(121,26,30); }

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

<style>
 span { border-color: #791A1E; }

 span { border-color: rgb(121,26,30); }

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