Html Css Color HEX #77151B Red Berry

📋 copy color: '#77151B'

red 119 ◦ green 21 ◦ blue 27

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

Shades of Red Berry #77151B

Tints of Red Berry #77151B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.17%

R = 71.26%
G = 12.57%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#77151B (or 0x77151B) is known color: Red Berry. HEX triplet: 77, 15 and 1B. RGB value is (119,21,27). Sum of RGB (Red+Green+Blue) = 119+21+27=167 (22% of max value = 765). Red value is 119 (46.88% from 255 or 71.26% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 119 - color contains mainly: red. Hex color #77151B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77151B is #88EAE4. Grayscale: #333333. Windows color (decimal): -8973029 or 1774967. OLE color: 1774967.

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

Color convert

RGB 119 21 27 -
CMYK 0 0.82 0.77 0.53
HSL 356.33º 0.7% 0.27% -
HSV(B) 356.33º 0.82% 0.47% -
XYZ 8.07 4.54 1.49 -
YUV 50.99 114.47 176.51 -
System Red Green Blue C M Y K H S L
Decimal 119 21 27 0 0.82 0.77 0.53 356.33 0.7 0.27
Hex 77 15 1B 0 52 4D 35 164 46 1B
Octal 167 25 33 0 122 115 65 544 106 33
Binary 1110111 10101 11011 0 1010010 1001101 110101 101100100 1000110 11011

Color Harmonies of #77151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77151B

Black with #77151B

Text Example


Text Example

White with #77151B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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