Html Css Color HEX #771E28 Red Berry

📋 copy color: '#771E28'

red 119 ◦ green 30 ◦ blue 40

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

Shades of Red Berry #771E28

Tints of Red Berry #771E28

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.87%

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

R = 62.96%
G = 15.87%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#771E28 (or 0x771E28) is known color: Red Berry. HEX triplet: 77, 1E and 28. RGB value is (119,30,40). Sum of RGB (Red+Green+Blue) = 119+30+40=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 30 (12.11% from 255 or 15.87% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #771E28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771E28 is #88E1D7. Grayscale: #393939. Windows color (decimal): -8970712 or 2629239. OLE color: 2629239.

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

Color convert

RGB 119 30 40 -
CMYK 0 0.75 0.66 0.53
HSL 353.26º 0.6% 0.29% -
HSV(B) 353.26º 0.75% 0.47% -
XYZ 8.46 5 2.53 -
YUV 57.75 117.99 171.69 -
System Red Green Blue C M Y K H S L
Decimal 119 30 40 0 0.75 0.66 0.53 353.26 0.6 0.29
Hex 77 1E 28 0 4B 42 35 161 3C 1D
Octal 167 36 50 0 113 102 65 541 74 35
Binary 1110111 11110 101000 0 1001011 1000010 110101 101100001 111100 11101

Color Harmonies of #771E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771E28

Black with #771E28

Text Example


Text Example

White with #771E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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