Html Css Color HEX #771525 Red Berry

📋 copy color: '#771525'

red 119 ◦ green 21 ◦ blue 37

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

Shades of Red Berry #771525

Tints of Red Berry #771525

RGB

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

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

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

R = 67.23%
G = 11.86%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#771525 (or 0x771525) is known color: Red Berry. HEX triplet: 77, 15 and 25. RGB value is (119,21,37). Sum of RGB (Red+Green+Blue) = 119+21+37=177 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.23% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 119 - color contains mainly: red. Hex color #771525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771525 is #88EADA. Grayscale: #343434. Windows color (decimal): -8973019 or 2430327. OLE color: 2430327.

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

Color convert

RGB 119 21 37 -
CMYK 0 0.82 0.69 0.53
HSL 350.2º 0.7% 0.27% -
HSV(B) 350.2º 0.82% 0.47% -
XYZ 8.21 4.59 2.2 -
YUV 52.13 119.47 175.7 -
System Red Green Blue C M Y K H S L
Decimal 119 21 37 0 0.82 0.69 0.53 350.2 0.7 0.27
Hex 77 15 25 0 52 45 35 15E 46 1B
Octal 167 25 45 0 122 105 65 536 106 33
Binary 1110111 10101 100101 0 1010010 1000101 110101 101011110 1000110 11011

Color Harmonies of #771525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771525

Black with #771525

Text Example


Text Example

White with #771525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771525; }

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

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

background-color css

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

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

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

border-color css

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

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

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