Html Css Color HEX #781422 Red Berry

📋 copy color: '#781422'

red 120 ◦ green 20 ◦ blue 34

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

Shades of Red Berry #781422

Tints of Red Berry #781422

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.49%

 BLUE value IS 34 (13.67% from 255) = 19.54%

R = 68.97%
G = 11.49%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#781422 (or 0x781422) is known color: Red Berry. HEX triplet: 78, 14 and 22. RGB value is (120,20,34). Sum of RGB (Red+Green+Blue) = 120+20+34=174 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.97% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 34 (13.67% from 255 or 19.54% from 174); Max value from RGB is 120 - color contains mainly: red. Hex color #781422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781422 is #87EBDD. Grayscale: #333333. Windows color (decimal): -8907742 or 2233464. OLE color: 2233464.

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

Color convert

RGB 120 20 34 -
CMYK 0 0.83 0.72 0.53
HSL 351.6º 0.71% 0.27% -
HSV(B) 351.6º 0.83% 0.47% -
XYZ 8.28 4.61 1.97 -
YUV 51.5 118.13 176.86 -
System Red Green Blue C M Y K H S L
Decimal 120 20 34 0 0.83 0.72 0.53 351.6 0.71 0.27
Hex 78 14 22 0 53 48 35 160 47 1B
Octal 170 24 42 0 123 110 65 540 107 33
Binary 1111000 10100 100010 0 1010011 1001000 110101 101100000 1000111 11011

Color Harmonies of #781422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781422

Black with #781422

Text Example


Text Example

White with #781422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781422; }

 p { color: rgb(120,20,34); }

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

background-color css

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

 a { background-color: rgb(120,20,34); }

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

border-color css

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

 span { border-color: rgb(120,20,34); }

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