Html Css Color HEX #781A1D Red Berry

📋 copy color: '#781A1D'

red 120 ◦ green 26 ◦ blue 29

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

Shades of Red Berry #781A1D

Tints of Red Berry #781A1D

RGB

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

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

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

R = 68.57%
G = 14.86%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#781A1D (or 0x781A1D) is known color: Red Berry. HEX triplet: 78, 1A and 1D. RGB value is (120,26,29). Sum of RGB (Red+Green+Blue) = 120+26+29=175 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.57% from 175); Green value is 26 (10.55% from 255 or 14.86% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 120 - color contains mainly: red. Hex color #781A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781A1D is #87E5E2. Grayscale: #363636. Windows color (decimal): -8906211 or 1907320. OLE color: 1907320.

HSL color Cylindrical-coordinate representation of color #781A1D: hue angle of 358.09º 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 #781A1D is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 26 29 -
CMYK 0 0.78 0.76 0.53
HSL 358.09º 0.64% 0.29% -
HSV(B) 358.09º 0.78% 0.47% -
XYZ 8.34 4.82 1.65 -
YUV 54.45 113.64 174.76 -
System Red Green Blue C M Y K H S L
Decimal 120 26 29 0 0.78 0.76 0.53 358.09 0.64 0.29
Hex 78 1A 1D 0 4E 4C 35 166 40 1D
Octal 170 32 35 0 116 114 65 546 100 35
Binary 1111000 11010 11101 0 1001110 1001100 110101 101100110 1000000 11101

Color Harmonies of #781A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781A1D

Black with #781A1D

Text Example


Text Example

White with #781A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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