#791C2C

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

Shades of Red Berry #791C2C

Tints of Red Berry #791C2C

Color information

#791C2C (or 0x791C2C) is unknown color: approx Red Berry. HEX triplet: 79, 1C and 2C. RGB value is (121,28,44). Sum of RGB (Red+Green+Blue) = 121+28+44=193 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.69% from 193); Green value is 28 (11.33% from 255 or 14.51% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 121 - color contains mainly: red. Hex color #791C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791C2C is #86E3D3. Grayscale: #393939. Windows color (decimal): -8840148 or 2890873. OLE color: 2890873.

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

Color convert

RGB1212844-
CMYK00.770.640.53
HSL349.68º62.42%29.22%-
HSV(B)349.68º76.86%47.45%-
XYZ8.765.082.9-
YUV57.63120.31173.2-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 62.69%
GREEN value IS 28 (11.33% from 255) = 14.51%
BLUE value IS 44 (17.58% from 255) = 22.80%
R=62.69%
G=14.51%
B=22.80%

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
Decimal121284400.770.640.53349.6862.4229.22
Hex791C2C04D403515e3e1d
Octal17134540115100655367635
Binary11110011110010110001001101100000011010110101111011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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