Html Css Color HEX #771827 Red Berry

📋 copy color: '#771827'

red 119 ◦ green 24 ◦ blue 39

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

Shades of Red Berry #771827

Tints of Red Berry #771827

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.19%

 BLUE value IS 39 (15.63% from 255) = 21.43%

R = 65.38%
G = 13.19%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#771827 (or 0x771827) is known color: Red Berry. HEX triplet: 77, 18 and 27. RGB value is (119,24,39). Sum of RGB (Red+Green+Blue) = 119+24+39=182 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.38% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 39 (15.62% from 255 or 21.43% from 182); Max value from RGB is 119 - color contains mainly: red. Hex color #771827 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771827 is #88E7D8. Grayscale: #363636. Windows color (decimal): -8972249 or 2562167. OLE color: 2562167.

HSL color Cylindrical-coordinate representation of color #771827: hue angle of 350.53º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #771827 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 24 39 -
CMYK 0 0.80 0.67 0.53
HSL 350.53º 0.66% 0.28% -
HSV(B) 350.53º 0.8% 0.47% -
XYZ 8.3 4.72 2.39 -
YUV 54.12 119.47 174.28 -
System Red Green Blue C M Y K H S L
Decimal 119 24 39 0 0.80 0.67 0.53 350.53 0.66 0.28
Hex 77 18 27 0 50 43 35 15F 42 1C
Octal 167 30 47 0 120 103 65 537 102 34
Binary 1110111 11000 100111 0 1010000 1000011 110101 101011111 1000010 11100

Color Harmonies of #771827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771827

Black with #771827

Text Example


Text Example

White with #771827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771827; }

 p { color: rgb(119,24,39); }

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

background-color css

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

 a { background-color: rgb(119,24,39); }

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

border-color css

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

 span { border-color: rgb(119,24,39); }

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