Html Css Color HEX #781328 Red Berry

📋 copy color: '#781328'

red 120 ◦ green 19 ◦ blue 40

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

Shades of Red Berry #781328

Tints of Red Berry #781328

RGB

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

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

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

R = 67.04%
G = 10.61%
B = 22.35%

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

#781328 (or 0x781328) is known color: Red Berry. HEX triplet: 78, 13 and 28. RGB value is (120,19,40). Sum of RGB (Red+Green+Blue) = 120+19+40=179 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.04% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 40 (16.02% from 255 or 22.35% from 179); Max value from RGB is 120 - color contains mainly: red. Hex color #781328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781328 is #87ECD7. Grayscale: #333333. Windows color (decimal): -8907992 or 2626424. OLE color: 2626424.

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

Color convert

RGB 120 19 40 -
CMYK 0 0.84 0.67 0.53
HSL 347.52º 0.73% 0.27% -
HSV(B) 347.52º 0.84% 0.47% -
XYZ 8.36 4.61 2.46 -
YUV 51.59 121.46 176.79 -
System Red Green Blue C M Y K H S L
Decimal 120 19 40 0 0.84 0.67 0.53 347.52 0.73 0.27
Hex 78 13 28 0 54 43 35 15C 49 1B
Octal 170 23 50 0 124 103 65 534 111 33
Binary 1111000 10011 101000 0 1010100 1000011 110101 101011100 1001001 11011

Color Harmonies of #781328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781328

Black with #781328

Text Example


Text Example

White with #781328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781328; }

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

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

background-color css

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

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

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

border-color css

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

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

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