Html Css Color HEX #77151D Red Berry

📋 copy color: '#77151D'

red 119 ◦ green 21 ◦ blue 29

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

Shades of Red Berry #77151D

Tints of Red Berry #77151D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.16%

R = 70.41%
G = 12.43%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#77151D (or 0x77151D) is known color: Red Berry. HEX triplet: 77, 15 and 1D. RGB value is (119,21,29). Sum of RGB (Red+Green+Blue) = 119+21+29=169 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.41% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 119 - color contains mainly: red. Hex color #77151D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77151D is #88EAE2. Grayscale: #333333. Windows color (decimal): -8973027 or 1906039. OLE color: 1906039.

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

Color convert

RGB 119 21 29 -
CMYK 0 0.82 0.76 0.53
HSL 355.1º 0.7% 0.27% -
HSV(B) 355.1º 0.82% 0.47% -
XYZ 8.1 4.55 1.61 -
YUV 51.21 115.47 176.35 -
System Red Green Blue C M Y K H S L
Decimal 119 21 29 0 0.82 0.76 0.53 355.1 0.7 0.27
Hex 77 15 1D 0 52 4C 35 163 46 1B
Octal 167 25 35 0 122 114 65 543 106 33
Binary 1110111 10101 11101 0 1010010 1001100 110101 101100011 1000110 11011

Color Harmonies of #77151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77151D

Black with #77151D

Text Example


Text Example

White with #77151D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77151D; }

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

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

background-color css

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

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

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

border-color css

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

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

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