Html Css Color HEX #771028 Red Berry

📋 copy color: '#771028'

red 119 ◦ green 16 ◦ blue 40

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

Shades of Red Berry #771028

Tints of Red Berry #771028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.86%

R = 68%
G = 9.14%
B = 22.86%

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

#771028 (or 0x771028) is known color: Red Berry. HEX triplet: 77, 10 and 28. RGB value is (119,16,40). Sum of RGB (Red+Green+Blue) = 119+16+40=175 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 119 - color contains mainly: red. Hex color #771028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771028 is #88EFD7. Grayscale: #313131. Windows color (decimal): -8974296 or 2625655. OLE color: 2625655.

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

Color convert

RGB 119 16 40 -
CMYK 0 0.87 0.66 0.53
HSL 346.02º 0.76% 0.26% -
HSV(B) 346.02º 0.87% 0.47% -
XYZ 8.18 4.45 2.43 -
YUV 49.53 122.62 177.55 -
System Red Green Blue C M Y K H S L
Decimal 119 16 40 0 0.87 0.66 0.53 346.02 0.76 0.26
Hex 77 10 28 0 57 42 35 15A 4C 1A
Octal 167 20 50 0 127 102 65 532 114 32
Binary 1110111 10000 101000 0 1010111 1000010 110101 101011010 1001100 11010

Color Harmonies of #771028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771028

Black with #771028

Text Example


Text Example

White with #771028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771028; }

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

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

background-color css

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

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

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

border-color css

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

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

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