Html Css Color HEX #781329 Red Berry

📋 copy color: '#781329'

red 120 ◦ green 19 ◦ blue 41

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

Shades of Red Berry #781329

Tints of Red Berry #781329

RGB

 RED value IS 120 (47.27% from 255) = 66.67%

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

 BLUE value IS 41 (16.41% from 255) = 22.78%

R = 66.67%
G = 10.56%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#781329 (or 0x781329) is known color: Red Berry. HEX triplet: 78, 13 and 29. RGB value is (120,19,41). Sum of RGB (Red+Green+Blue) = 120+19+41=180 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.67% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 41 (16.41% from 255 or 22.78% from 180); Max value from RGB is 120 - color contains mainly: red. Hex color #781329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781329 is #87ECD6. Grayscale: #333333. Windows color (decimal): -8907991 or 2691960. OLE color: 2691960.

HSL color Cylindrical-coordinate representation of color #781329: hue angle of 346.93º 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 #781329 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 19 41 -
CMYK 0 0.84 0.66 0.53
HSL 346.93º 0.73% 0.27% -
HSV(B) 346.93º 0.84% 0.47% -
XYZ 8.38 4.62 2.55 -
YUV 51.71 121.96 176.71 -
System Red Green Blue C M Y K H S L
Decimal 120 19 41 0 0.84 0.66 0.53 346.93 0.73 0.27
Hex 78 13 29 0 54 42 35 15B 49 1B
Octal 170 23 51 0 124 102 65 533 111 33
Binary 1111000 10011 101001 0 1010100 1000010 110101 101011011 1001001 11011

Color Harmonies of #781329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781329

Black with #781329

Text Example


Text Example

White with #781329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781329; }

 p { color: rgb(120,19,41); }

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

background-color css

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

 a { background-color: rgb(120,19,41); }

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

border-color css

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

 span { border-color: rgb(120,19,41); }

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