#791B2B

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

Shades of Red Berry #791B2B

Tints of Red Berry #791B2B

Color information

#791B2B (or 0x791B2B) is unknown color: approx Red Berry. HEX triplet: 79, 1B and 2B. RGB value is (121,27,43). Sum of RGB (Red+Green+Blue) = 121+27+43=191 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.35% from 191); Green value is 27 (10.94% from 255 or 14.14% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 121 - color contains mainly: red. Hex color #791B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791B2B is #86E4D4. Grayscale: #383838. Windows color (decimal): -8840405 or 2825081. OLE color: 2825081.

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

Color convert

RGB1212743-
CMYK00.780.640.53
HSL349.79º63.51%29.02%-
HSV(B)349.79º77.69%47.45%-
XYZ8.715.022.8-
YUV56.93120.14173.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 63.35%
GREEN value IS 27 (10.94% from 255) = 14.14%
BLUE value IS 43 (17.19% from 255) = 22.51%
R=63.35%
G=14.14%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121274300.780.640.53349.7963.5129.02
Hex791B2B04E403515e401d
Octal171335301161006553610035
Binary111100111011101011010011101000000110101101011110100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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