Html Css Color HEX #781129 Red Berry

📋 copy color: '#781129'

red 120 ◦ green 17 ◦ blue 41

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

Shades of Red Berry #781129

Tints of Red Berry #781129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.55%

 BLUE value IS 41 (16.41% from 255) = 23.03%

R = 67.42%
G = 9.55%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#781129 (or 0x781129) is known color: Red Berry. HEX triplet: 78, 11 and 29. RGB value is (120,17,41). Sum of RGB (Red+Green+Blue) = 120+17+41=178 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.42% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 120 - color contains mainly: red. Hex color #781129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781129 is #87EED6. Grayscale: #323232. Windows color (decimal): -8908503 or 2691448. OLE color: 2691448.

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

Color convert

RGB 120 17 41 -
CMYK 0 0.86 0.66 0.53
HSL 346.02º 0.75% 0.27% -
HSV(B) 346.02º 0.86% 0.47% -
XYZ 8.35 4.55 2.54 -
YUV 50.53 122.62 177.55 -
System Red Green Blue C M Y K H S L
Decimal 120 17 41 0 0.86 0.66 0.53 346.02 0.75 0.27
Hex 78 11 29 0 56 42 35 15A 4B 1B
Octal 170 21 51 0 126 102 65 532 113 33
Binary 1111000 10001 101001 0 1010110 1000010 110101 101011010 1001011 11011

Color Harmonies of #781129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781129

Black with #781129

Text Example


Text Example

White with #781129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781129; }

 p { color: rgb(120,17,41); }

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

background-color css

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

 a { background-color: rgb(120,17,41); }

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

border-color css

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

 span { border-color: rgb(120,17,41); }

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