#791427

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

Shades of Red Berry #791427

Tints of Red Berry #791427

Color information

#791427 (or 0x791427) is unknown color: approx Red Berry. HEX triplet: 79, 14 and 27. RGB value is (121,20,39). Sum of RGB (Red+Green+Blue) = 121+20+39=180 (23% of max value = 765). Red value is 121 (47.66% from 255 or 67.22% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 39 (15.62% from 255 or 21.67% from 180); Max value from RGB is 121 - color contains mainly: red. Hex color #791427 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791427 is #86EBD8. Grayscale: #343434. Windows color (decimal): -8842201 or 2561145. OLE color: 2561145.

HSL color Cylindrical-coordinate representation of color #791427: hue angle of 348.71º degrees, saturation: 0.72, 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 #791427 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB1212039-
CMYK00.830.680.53
HSL348.71º71.63%27.65%-
HSV(B)348.71º83.47%47.45%-
XYZ8.54.712.38-
YUV52.36120.46176.96-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 67.22%
GREEN value IS 20 (8.20% from 255) = 11.11%
BLUE value IS 39 (15.62% from 255) = 21.67%
R=67.22%
G=11.11%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121203900.830.680.53348.7171.6327.65
Hex791427053443515d481c
Octal171244701231046553511034
Binary111100110100100111010100111000100110101101011101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791427; }

 p { color: rgb(121,20,39); }

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

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

 a { background-color: rgb(121,20,39); }

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

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

 span { border-color: rgb(121,20,39); }

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