Html Css Color HEX #771029 Red Berry

📋 copy color: '#771029'

red 119 ◦ green 16 ◦ blue 41

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

Shades of Red Berry #771029

Tints of Red Berry #771029

RGB

 RED value IS 119 (46.88% from 255) = 67.61%

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

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

R = 67.61%
G = 9.09%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#771029 (or 0x771029) is known color: Red Berry. HEX triplet: 77, 10 and 29. RGB value is (119,16,41). Sum of RGB (Red+Green+Blue) = 119+16+41=176 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.61% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 41 (16.41% from 255 or 23.30% from 176); Max value from RGB is 119 - color contains mainly: red. Hex color #771029 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771029 is #88EFD6. Grayscale: #313131. Windows color (decimal): -8974295 or 2691191. OLE color: 2691191.

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

Color convert

RGB 119 16 41 -
CMYK 0 0.87 0.66 0.53
HSL 345.44º 0.76% 0.26% -
HSV(B) 345.44º 0.87% 0.47% -
XYZ 8.19 4.45 2.53 -
YUV 49.65 123.12 177.47 -
System Red Green Blue C M Y K H S L
Decimal 119 16 41 0 0.87 0.66 0.53 345.44 0.76 0.26
Hex 77 10 29 0 57 42 35 159 4C 1A
Octal 167 20 51 0 127 102 65 531 114 32
Binary 1110111 10000 101001 0 1010111 1000010 110101 101011001 1001100 11010

Color Harmonies of #771029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771029

Black with #771029

Text Example


Text Example

White with #771029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771029; }

 p { color: rgb(119,16,41); }

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

background-color css

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

 a { background-color: rgb(119,16,41); }

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

border-color css

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

 span { border-color: rgb(119,16,41); }

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