Html Css Color HEX #782022 Red Berry

📋 copy color: '#782022'

red 120 ◦ green 32 ◦ blue 34

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

Shades of Red Berry #782022

Tints of Red Berry #782022

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.2%

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

R = 64.52%
G = 17.2%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#782022 (or 0x782022) is known color: Red Berry. HEX triplet: 78, 20 and 22. RGB value is (120,32,34). Sum of RGB (Red+Green+Blue) = 120+32+34=186 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.52% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 34 (13.67% from 255 or 18.28% from 186); Max value from RGB is 120 - color contains mainly: red. Hex color #782022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782022 is #87DFDD. Grayscale: #3A3A3A. Windows color (decimal): -8904670 or 2236536. OLE color: 2236536.

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

Color convert

RGB 120 32 34 -
CMYK 0 0.73 0.72 0.53
HSL 358.64º 0.58% 0.3% -
HSV(B) 358.64º 0.73% 0.47% -
XYZ 8.55 5.14 2.06 -
YUV 58.54 114.15 171.84 -
System Red Green Blue C M Y K H S L
Decimal 120 32 34 0 0.73 0.72 0.53 358.64 0.58 0.3
Hex 78 20 22 0 49 48 35 167 3A 1E
Octal 170 40 42 0 111 110 65 547 72 36
Binary 1111000 100000 100010 0 1001001 1001000 110101 101100111 111010 11110

Color Harmonies of #782022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782022

Black with #782022

Text Example


Text Example

White with #782022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782022; }

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

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

background-color css

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

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

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

border-color css

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

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

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