Html Css Color HEX #781822 Red Berry

📋 copy color: '#781822'

red 120 ◦ green 24 ◦ blue 34

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

Shades of Red Berry #781822

Tints of Red Berry #781822

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.48%

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

R = 67.42%
G = 13.48%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#781822 (or 0x781822) is known color: Red Berry. HEX triplet: 78, 18 and 22. RGB value is (120,24,34). Sum of RGB (Red+Green+Blue) = 120+24+34=178 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.42% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 34 (13.67% from 255 or 19.10% from 178); Max value from RGB is 120 - color contains mainly: red. Hex color #781822 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781822 is #87E7DD. Grayscale: #353535. Windows color (decimal): -8906718 or 2234488. OLE color: 2234488.

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

Color convert

RGB 120 24 34 -
CMYK 0 0.8 0.72 0.53
HSL 353.75º 0.67% 0.28% -
HSV(B) 353.75º 0.8% 0.47% -
XYZ 8.36 4.76 1.99 -
YUV 53.84 116.8 175.19 -
System Red Green Blue C M Y K H S L
Decimal 120 24 34 0 0.8 0.72 0.53 353.75 0.67 0.28
Hex 78 18 22 0 50 48 35 162 43 1C
Octal 170 30 42 0 120 110 65 542 103 34
Binary 1111000 11000 100010 0 1010000 1001000 110101 101100010 1000011 11100

Color Harmonies of #781822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781822

Black with #781822

Text Example


Text Example

White with #781822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781822; }

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

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

background-color css

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

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

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

border-color css

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

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

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