#792325

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

Shades of Red Berry #792325

Tints of Red Berry #792325

Color information

#792325 (or 0x792325) is unknown color: approx Red Berry. HEX triplet: 79, 23 and 25. RGB value is (121,35,37). Sum of RGB (Red+Green+Blue) = 121+35+37=193 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.69% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 121 - color contains mainly: red. Hex color #792325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792325 is #86DCDA. Grayscale: #3D3D3D. Windows color (decimal): -8838363 or 2433913. OLE color: 2433913.

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

Color convert

RGB1213537-
CMYK00.710.690.53
HSL358.6º55.13%30.59%-
HSV(B)358.6º71.07%47.45%-
XYZ8.825.42.33-
YUV60.94114.49170.84-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 62.69%
GREEN value IS 35 (14.06% from 255) = 18.13%
BLUE value IS 37 (14.84% from 255) = 19.17%
R=62.69%
G=18.13%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121353700.710.690.53358.655.1330.59
Hex7923250474535167371f
Octal17143450107105655476737
Binary111100110001110010101000111100010111010110110011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792325; }

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

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

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

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

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

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

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

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