Html Css Color HEX #78101D Red Berry

📋 copy color: '#78101D'

red 120 ◦ green 16 ◦ blue 29

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

Shades of Red Berry #78101D

Tints of Red Berry #78101D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.7%

 BLUE value IS 29 (11.72% from 255) = 17.58%

R = 72.73%
G = 9.7%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#78101D (or 0x78101D) is known color: Red Berry. HEX triplet: 78, 10 and 1D. RGB value is (120,16,29). Sum of RGB (Red+Green+Blue) = 120+16+29=165 (21% of max value = 765). Red value is 120 (47.27% from 255 or 72.73% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 120 - color contains mainly: red. Hex color #78101D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78101D is #87EFE2. Grayscale: #303030. Windows color (decimal): -8908771 or 1904760. OLE color: 1904760.

HSL color Cylindrical-coordinate representation of color #78101D: hue angle of 352.5º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #78101D is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 16 29 -
CMYK 0 0.87 0.76 0.53
HSL 352.5º 0.76% 0.27% -
HSV(B) 352.5º 0.87% 0.47% -
XYZ 8.15 4.45 1.59 -
YUV 48.58 116.96 178.94 -
System Red Green Blue C M Y K H S L
Decimal 120 16 29 0 0.87 0.76 0.53 352.5 0.76 0.27
Hex 78 10 1D 0 57 4C 35 160 4C 1B
Octal 170 20 35 0 127 114 65 540 114 33
Binary 1111000 10000 11101 0 1010111 1001100 110101 101100000 1001100 11011

Color Harmonies of #78101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78101D

Black with #78101D

Text Example


Text Example

White with #78101D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78101D; }

 p { color: rgb(120,16,29); }

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

background-color css

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

 a { background-color: rgb(120,16,29); }

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

border-color css

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

 span { border-color: rgb(120,16,29); }

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