Html Css Color HEX #781529 Red Berry

📋 copy color: '#781529'

red 120 ◦ green 21 ◦ blue 41

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

Shades of Red Berry #781529

Tints of Red Berry #781529

RGB

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

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

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

R = 65.93%
G = 11.54%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#781529 (or 0x781529) is known color: Red Berry. HEX triplet: 78, 15 and 29. RGB value is (120,21,41). Sum of RGB (Red+Green+Blue) = 120+21+41=182 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.93% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 120 - color contains mainly: red. Hex color #781529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781529 is #87EAD6. Grayscale: #343434. Windows color (decimal): -8907479 or 2692472. OLE color: 2692472.

HSL color Cylindrical-coordinate representation of color #781529: hue angle of 347.88º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #781529 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 21 41 -
CMYK 0 0.83 0.66 0.53
HSL 347.88º 0.7% 0.28% -
HSV(B) 347.88º 0.83% 0.47% -
XYZ 8.41 4.69 2.56 -
YUV 52.88 121.3 175.87 -
System Red Green Blue C M Y K H S L
Decimal 120 21 41 0 0.83 0.66 0.53 347.88 0.7 0.28
Hex 78 15 29 0 53 42 35 15C 46 1C
Octal 170 25 51 0 123 102 65 534 106 34
Binary 1111000 10101 101001 0 1010011 1000010 110101 101011100 1000110 11100

Color Harmonies of #781529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781529

Black with #781529

Text Example


Text Example

White with #781529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781529; }

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

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

background-color css

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

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

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

border-color css

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

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

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