#791E2B

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

Shades of Red Berry #791E2B

Tints of Red Berry #791E2B

Color information

#791E2B (or 0x791E2B) is unknown color: approx Red Berry. HEX triplet: 79, 1E and 2B. RGB value is (121,30,43). Sum of RGB (Red+Green+Blue) = 121+30+43=194 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.37% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 121 - color contains mainly: red. Hex color #791E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791E2B is #86E1D4. Grayscale: #3A3A3A. Windows color (decimal): -8839637 or 2825849. OLE color: 2825849.

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

Color convert

RGB1213043-
CMYK00.750.640.53
HSL351.43º60.26%29.61%-
HSV(B)351.43º75.21%47.45%-
XYZ8.795.172.82-
YUV58.69119.15172.44-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 62.37%
GREEN value IS 30 (12.11% from 255) = 15.46%
BLUE value IS 43 (17.19% from 255) = 22.16%
R=62.37%
G=15.46%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121304300.750.640.53351.4360.2629.61
Hex791E2B04B403515f3c1e
Octal17136530113100655377436
Binary11110011111010101101001011100000011010110101111111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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