#791A2A

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

Shades of Red Berry #791A2A

Tints of Red Berry #791A2A

Color information

#791A2A (or 0x791A2A) is unknown color: approx Red Berry. HEX triplet: 79, 1A and 2A. RGB value is (121,26,42). Sum of RGB (Red+Green+Blue) = 121+26+42=189 (25% of max value = 765). Red value is 121 (47.66% from 255 or 64.02% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 121 - color contains mainly: red. Hex color #791A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791A2A is #86E5D5. Grayscale: #383838. Windows color (decimal): -8840662 or 2759289. OLE color: 2759289.

HSL color Cylindrical-coordinate representation of color #791A2A: hue angle of 349.89º 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 #791A2A is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB1212642-
CMYK00.790.650.53
HSL349.89º64.63%28.82%-
HSV(B)349.89º78.51%47.45%-
XYZ8.674.972.69-
YUV56.23119.97174.2-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 64.02%
GREEN value IS 26 (10.55% from 255) = 13.76%
BLUE value IS 42 (16.80% from 255) = 22.22%
R=64.02%
G=13.76%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121264200.790.650.53349.8964.6328.82
Hex791A2A04F413515e411d
Octal171325201171016553610135
Binary111100111010101010010011111000001110101101011110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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