#791525

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

Shades of Red Berry #791525

Tints of Red Berry #791525

Color information

#791525 (or 0x791525) is unknown color: approx Red Berry. HEX triplet: 79, 15 and 25. RGB value is (121,21,37). Sum of RGB (Red+Green+Blue) = 121+21+37=179 (23% of max value = 765). Red value is 121 (47.66% from 255 or 67.60% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 37 (14.84% from 255 or 20.67% from 179); Max value from RGB is 121 - color contains mainly: red. Hex color #791525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791525 is #86EADA. Grayscale: #343434. Windows color (decimal): -8841947 or 2430329. OLE color: 2430329.

HSL color Cylindrical-coordinate representation of color #791525: hue angle of 350.4º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #791525 is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB1212137-
CMYK00.830.690.53
HSL350.4º70.42%27.84%-
HSV(B)350.4º82.64%47.45%-
XYZ8.494.732.22-
YUV52.72119.13176.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 67.60%
GREEN value IS 21 (8.59% from 255) = 11.73%
BLUE value IS 37 (14.84% from 255) = 20.67%
R=67.60%
G=11.73%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121213700.830.690.53350.470.4227.84
Hex791525053453515e461c
Octal171254501231056553610634
Binary111100110101100101010100111000101110101101011110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791525; }

 p { color: rgb(121,21,37); }

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

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

 a { background-color: rgb(121,21,37); }

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

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

 span { border-color: rgb(121,21,37); }

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