Html Css Color HEX #781A2A Red Berry

📋 copy color: '#781A2A'

red 120 ◦ green 26 ◦ blue 42

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

Shades of Red Berry #781A2A

Tints of Red Berry #781A2A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.83%

 BLUE value IS 42 (16.8% from 255) = 22.34%

R = 63.83%
G = 13.83%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#781A2A (or 0x781A2A) is known color: Red Berry. HEX triplet: 78, 1A and 2A. RGB value is (120,26,42). Sum of RGB (Red+Green+Blue) = 120+26+42=188 (24% of max value = 765). Red value is 120 (47.27% from 255 or 63.83% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 120 - color contains mainly: red. Hex color #781A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781A2A is #87E5D5. Grayscale: #373737. Windows color (decimal): -8906198 or 2759288. OLE color: 2759288.

HSL color Cylindrical-coordinate representation of color #781A2A: hue angle of 349.79º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #781A2A is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 26 42 -
CMYK 0 0.78 0.65 0.53
HSL 349.79º 0.64% 0.29% -
HSV(B) 349.79º 0.78% 0.47% -
XYZ 8.53 4.9 2.69 -
YUV 55.93 120.14 173.7 -
System Red Green Blue C M Y K H S L
Decimal 120 26 42 0 0.78 0.65 0.53 349.79 0.64 0.29
Hex 78 1A 2A 0 4E 41 35 15E 40 1D
Octal 170 32 52 0 116 101 65 536 100 35
Binary 1111000 11010 101010 0 1001110 1000001 110101 101011110 1000000 11101

Color Harmonies of #781A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781A2A

Black with #781A2A

Text Example


Text Example

White with #781A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781A2A; }

 p { color: rgb(120,26,42); }

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

background-color css

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

 a { background-color: rgb(120,26,42); }

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

border-color css

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

 span { border-color: rgb(120,26,42); }

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