#791C2B

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

Shades of Red Berry #791C2B

Tints of Red Berry #791C2B

Color information

#791C2B (or 0x791C2B) is unknown color: approx Red Berry. HEX triplet: 79, 1C and 2B. RGB value is (121,28,43). Sum of RGB (Red+Green+Blue) = 121+28+43=192 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.02% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 121 - color contains mainly: red. Hex color #791C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791C2B is #86E3D4. Grayscale: #393939. Windows color (decimal): -8840149 or 2825337. OLE color: 2825337.

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

Color convert

RGB1212843-
CMYK00.770.640.53
HSL350.32º62.42%29.22%-
HSV(B)350.32º76.86%47.45%-
XYZ8.745.072.8-
YUV57.52119.81173.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 63.02%
GREEN value IS 28 (11.33% from 255) = 14.58%
BLUE value IS 43 (17.19% from 255) = 22.40%
R=63.02%
G=14.58%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121284300.770.640.53350.3262.4229.22
Hex791C2B04D403515e3e1d
Octal17134530115100655367635
Binary11110011110010101101001101100000011010110101111011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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