Html Css Color HEX #79152C Red Berry

📋 copy color: '#79152C'

red 121 ◦ green 21 ◦ blue 44

#79152C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Berry #79152C

Tints of Red Berry #79152C

RGB

 RED value IS 121 (47.66% from 255) = 65.05%

 GREEN value IS 21 (8.59% from 255) = 11.29%

 BLUE value IS 44 (17.58% from 255) = 23.66%

R = 65.05%
G = 11.29%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#79152C (or 0x79152C) is known color: Red Berry. HEX triplet: 79, 15 and 2C. RGB value is (121,21,44). Sum of RGB (Red+Green+Blue) = 121+21+44=186 (24% of max value = 765). Red value is 121 (47.66% from 255 or 65.05% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 44 (17.58% from 255 or 23.66% from 186); Max value from RGB is 121 - color contains mainly: red. Hex color #79152C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79152C is #86EAD3. Grayscale: #353535. Windows color (decimal): -8841940 or 2889081. OLE color: 2889081.

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

Color convert

RGB 121 21 44 -
CMYK 0 0.83 0.64 0.53
HSL 346.2º 0.7% 0.28% -
HSV(B) 346.2º 0.83% 0.47% -
XYZ 8.61 4.78 2.85 -
YUV 53.52 122.63 176.13 -
System Red Green Blue C M Y K H S L
Decimal 121 21 44 0 0.83 0.64 0.53 346.2 0.7 0.28
Hex 79 15 2C 0 53 40 35 15A 46 1C
Octal 171 25 54 0 123 100 65 532 106 34
Binary 1111001 10101 101100 0 1010011 1000000 110101 101011010 1000110 11100

Color Harmonies of #79152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79152C

Black with #79152C

Text Example


Text Example

White with #79152C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79152C; }

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

 H1.HeaderClassName
 {
   color: #79152C;
 }
 .AnyTagClassName
 {
   color: #79152C;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #79152C;
 }
 .BgClassName
 {
   background-color: #79152C;
 }
</style>

border-color css

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

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

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