Html Css Color HEX #781622 Red Berry

📋 copy color: '#781622'

red 120 ◦ green 22 ◦ blue 34

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

Shades of Red Berry #781622

Tints of Red Berry #781622

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.5%

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

R = 68.18%
G = 12.5%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#781622 (or 0x781622) is known color: Red Berry. HEX triplet: 78, 16 and 22. RGB value is (120,22,34). Sum of RGB (Red+Green+Blue) = 120+22+34=176 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.18% from 176); Green value is 22 (8.98% from 255 or 12.5% from 176); Blue value is 34 (13.67% from 255 or 19.32% from 176); Max value from RGB is 120 - color contains mainly: red. Hex color #781622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781622 is #87E9DD. Grayscale: #343434. Windows color (decimal): -8907230 or 2233976. OLE color: 2233976.

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

Color convert

RGB 120 22 34 -
CMYK 0 0.82 0.72 0.53
HSL 352.65º 0.69% 0.28% -
HSV(B) 352.65º 0.82% 0.47% -
XYZ 8.32 4.68 1.98 -
YUV 52.67 117.47 176.02 -
System Red Green Blue C M Y K H S L
Decimal 120 22 34 0 0.82 0.72 0.53 352.65 0.69 0.28
Hex 78 16 22 0 52 48 35 161 45 1C
Octal 170 26 42 0 122 110 65 541 105 34
Binary 1111000 10110 100010 0 1010010 1001000 110101 101100001 1000101 11100

Color Harmonies of #781622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781622

Black with #781622

Text Example


Text Example

White with #781622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781622; }

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

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

background-color css

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

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

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

border-color css

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

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

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