Html Css Color HEX #771125 Red Berry

📋 copy color: '#771125'

red 119 ◦ green 17 ◦ blue 37

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

Shades of Red Berry #771125

Tints of Red Berry #771125

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.83%

 BLUE value IS 37 (14.84% from 255) = 21.39%

R = 68.79%
G = 9.83%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#771125 (or 0x771125) is known color: Red Berry. HEX triplet: 77, 11 and 25. RGB value is (119,17,37). Sum of RGB (Red+Green+Blue) = 119+17+37=173 (22% of max value = 765). Red value is 119 (46.88% from 255 or 68.79% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 119 - color contains mainly: red. Hex color #771125 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771125 is #88EEDA. Grayscale: #313131. Windows color (decimal): -8974043 or 2429303. OLE color: 2429303.

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

Color convert

RGB 119 17 37 -
CMYK 0 0.86 0.69 0.53
HSL 348.24º 0.75% 0.27% -
HSV(B) 348.24º 0.86% 0.47% -
XYZ 8.14 4.46 2.18 -
YUV 49.78 120.79 177.37 -
System Red Green Blue C M Y K H S L
Decimal 119 17 37 0 0.86 0.69 0.53 348.24 0.75 0.27
Hex 77 11 25 0 56 45 35 15C 4B 1B
Octal 167 21 45 0 126 105 65 534 113 33
Binary 1110111 10001 100101 0 1010110 1000101 110101 101011100 1001011 11011

Color Harmonies of #771125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771125

Black with #771125

Text Example


Text Example

White with #771125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771125; }

 p { color: rgb(119,17,37); }

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

background-color css

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

 a { background-color: rgb(119,17,37); }

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

border-color css

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

 span { border-color: rgb(119,17,37); }

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