Html Css Color HEX #781321 Red Berry

📋 copy color: '#781321'

red 120 ◦ green 19 ◦ blue 33

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

Shades of Red Berry #781321

Tints of Red Berry #781321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 19.19%

R = 69.77%
G = 11.05%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#781321 (or 0x781321) is known color: Red Berry. HEX triplet: 78, 13 and 21. RGB value is (120,19,33). Sum of RGB (Red+Green+Blue) = 120+19+33=172 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.77% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 33 (13.28% from 255 or 19.19% from 172); Max value from RGB is 120 - color contains mainly: red. Hex color #781321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781321 is #87ECDE. Grayscale: #323232. Windows color (decimal): -8907999 or 2167672. OLE color: 2167672.

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

Color convert

RGB 120 19 33 -
CMYK 0 0.84 0.72 0.53
HSL 351.68º 0.73% 0.27% -
HSV(B) 351.68º 0.84% 0.47% -
XYZ 8.25 4.57 1.89 -
YUV 50.8 117.96 177.36 -
System Red Green Blue C M Y K H S L
Decimal 120 19 33 0 0.84 0.72 0.53 351.68 0.73 0.27
Hex 78 13 21 0 54 48 35 160 49 1B
Octal 170 23 41 0 124 110 65 540 111 33
Binary 1111000 10011 100001 0 1010100 1001000 110101 101100000 1001001 11011

Color Harmonies of #781321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781321

Black with #781321

Text Example


Text Example

White with #781321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781321; }

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

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

background-color css

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

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

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

border-color css

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

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

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