Html Css Color HEX #781A1B Red Berry

📋 copy color: '#781A1B'

red 120 ◦ green 26 ◦ blue 27

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

Shades of Red Berry #781A1B

Tints of Red Berry #781A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.61%

R = 69.36%
G = 15.03%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#781A1B (or 0x781A1B) is known color: Red Berry. HEX triplet: 78, 1A and 1B. RGB value is (120,26,27). Sum of RGB (Red+Green+Blue) = 120+26+27=173 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.36% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 120 - color contains mainly: red. Hex color #781A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781A1B is #87E5E4. Grayscale: #363636. Windows color (decimal): -8906213 or 1776248. OLE color: 1776248.

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

Color convert

RGB 120 26 27 -
CMYK 0 0.78 0.78 0.53
HSL 359.36º 0.64% 0.29% -
HSV(B) 359.36º 0.78% 0.47% -
XYZ 8.31 4.81 1.53 -
YUV 54.22 112.64 174.92 -
System Red Green Blue C M Y K H S L
Decimal 120 26 27 0 0.78 0.78 0.53 359.36 0.64 0.29
Hex 78 1A 1B 0 4E 4E 35 167 40 1D
Octal 170 32 33 0 116 116 65 547 100 35
Binary 1111000 11010 11011 0 1001110 1001110 110101 101100111 1000000 11101

Color Harmonies of #781A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781A1B

Black with #781A1B

Text Example


Text Example

White with #781A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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