Html Css Color HEX #771528 Red Berry

📋 copy color: '#771528'

red 119 ◦ green 21 ◦ blue 40

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

Shades of Red Berry #771528

Tints of Red Berry #771528

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.67%

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

R = 66.11%
G = 11.67%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#771528 (or 0x771528) is known color: Red Berry. HEX triplet: 77, 15 and 28. RGB value is (119,21,40). Sum of RGB (Red+Green+Blue) = 119+21+40=180 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.11% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 119 - color contains mainly: red. Hex color #771528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771528 is #88EAD7. Grayscale: #343434. Windows color (decimal): -8973016 or 2626935. OLE color: 2626935.

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

Color convert

RGB 119 21 40 -
CMYK 0 0.82 0.66 0.53
HSL 348.37º 0.7% 0.27% -
HSV(B) 348.37º 0.82% 0.47% -
XYZ 8.26 4.61 2.46 -
YUV 52.47 120.97 175.46 -
System Red Green Blue C M Y K H S L
Decimal 119 21 40 0 0.82 0.66 0.53 348.37 0.7 0.27
Hex 77 15 28 0 52 42 35 15C 46 1B
Octal 167 25 50 0 122 102 65 534 106 33
Binary 1110111 10101 101000 0 1010010 1000010 110101 101011100 1000110 11011

Color Harmonies of #771528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771528

Black with #771528

Text Example


Text Example

White with #771528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771528; }

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

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

background-color css

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

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

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

border-color css

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

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

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