Html Css Color HEX #781522 Red Berry

📋 copy color: '#781522'

red 120 ◦ green 21 ◦ blue 34

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

Shades of Red Berry #781522

Tints of Red Berry #781522

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12%

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

R = 68.57%
G = 12%
B = 19.43%

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

#781522 (or 0x781522) is known color: Red Berry. HEX triplet: 78, 15 and 22. RGB value is (120,21,34). Sum of RGB (Red+Green+Blue) = 120+21+34=175 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.57% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 34 (13.67% from 255 or 19.43% from 175); Max value from RGB is 120 - color contains mainly: red. Hex color #781522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781522 is #87EADD. Grayscale: #343434. Windows color (decimal): -8907486 or 2233720. OLE color: 2233720.

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

Color convert

RGB 120 21 34 -
CMYK 0 0.83 0.72 0.53
HSL 352.12º 0.7% 0.28% -
HSV(B) 352.12º 0.83% 0.47% -
XYZ 8.3 4.64 1.97 -
YUV 52.08 117.8 176.44 -
System Red Green Blue C M Y K H S L
Decimal 120 21 34 0 0.83 0.72 0.53 352.12 0.7 0.28
Hex 78 15 22 0 53 48 35 160 46 1C
Octal 170 25 42 0 123 110 65 540 106 34
Binary 1111000 10101 100010 0 1010011 1001000 110101 101100000 1000110 11100

Color Harmonies of #781522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781522

Black with #781522

Text Example


Text Example

White with #781522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781522; }

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

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

background-color css

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

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

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

border-color css

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

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

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