Html Css Color HEX #791328 Red Berry

📋 copy color: '#791328'

red 121 ◦ green 19 ◦ blue 40

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

Shades of Red Berry #791328

Tints of Red Berry #791328

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.56%

 BLUE value IS 40 (16.02% from 255) = 22.22%

R = 67.22%
G = 10.56%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#791328 (or 0x791328) is known color: Red Berry. HEX triplet: 79, 13 and 28. RGB value is (121,19,40). Sum of RGB (Red+Green+Blue) = 121+19+40=180 (23% of max value = 765). Red value is 121 (47.66% from 255 or 67.22% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 121 - color contains mainly: red. Hex color #791328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791328 is #86ECD7. Grayscale: #333333. Windows color (decimal): -8842456 or 2626425. OLE color: 2626425.

HSL color Cylindrical-coordinate representation of color #791328: hue angle of 347.65º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #791328 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 19 40 -
CMYK 0 0.84 0.67 0.53
HSL 347.65º 0.73% 0.27% -
HSV(B) 347.65º 0.84% 0.47% -
XYZ 8.5 4.68 2.46 -
YUV 51.89 121.29 177.29 -
System Red Green Blue C M Y K H S L
Decimal 121 19 40 0 0.84 0.67 0.53 347.65 0.73 0.27
Hex 79 13 28 0 54 43 35 15C 49 1B
Octal 171 23 50 0 124 103 65 534 111 33
Binary 1111001 10011 101000 0 1010100 1000011 110101 101011100 1001001 11011

Color Harmonies of #791328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791328

Black with #791328

Text Example


Text Example

White with #791328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791328; }

 p { color: rgb(121,19,40); }

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

background-color css

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

 a { background-color: rgb(121,19,40); }

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

border-color css

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

 span { border-color: rgb(121,19,40); }

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