Html Css Color HEX #781C1F Red Berry

📋 copy color: '#781C1F'

red 120 ◦ green 28 ◦ blue 31

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

Shades of Red Berry #781C1F

Tints of Red Berry #781C1F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.64%

 BLUE value IS 31 (12.5% from 255) = 17.32%

R = 67.04%
G = 15.64%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#781C1F (or 0x781C1F) is known color: Red Berry. HEX triplet: 78, 1C and 1F. RGB value is (120,28,31). Sum of RGB (Red+Green+Blue) = 120+28+31=179 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.04% from 179); Green value is 28 (11.33% from 255 or 15.64% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 120 - color contains mainly: red. Hex color #781C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781C1F is #87E3E0. Grayscale: #373737. Windows color (decimal): -8905697 or 2038904. OLE color: 2038904.

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

Color convert

RGB 120 28 31 -
CMYK 0 0.77 0.74 0.53
HSL 358.04º 0.62% 0.29% -
HSV(B) 358.04º 0.77% 0.47% -
XYZ 8.41 4.92 1.8 -
YUV 55.85 113.98 173.76 -
System Red Green Blue C M Y K H S L
Decimal 120 28 31 0 0.77 0.74 0.53 358.04 0.62 0.29
Hex 78 1C 1F 0 4D 4A 35 166 3E 1D
Octal 170 34 37 0 115 112 65 546 76 35
Binary 1111000 11100 11111 0 1001101 1001010 110101 101100110 111110 11101

Color Harmonies of #781C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781C1F

Black with #781C1F

Text Example


Text Example

White with #781C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,28,31); }

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

background-color css

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

 a { background-color: rgb(120,28,31); }

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

border-color css

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

 span { border-color: rgb(120,28,31); }

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