Html Css Color HEX #77161B Red Berry

📋 copy color: '#77161B'

red 119 ◦ green 22 ◦ blue 27

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

Shades of Red Berry #77161B

Tints of Red Berry #77161B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.1%

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

R = 70.83%
G = 13.1%
B = 16.07%

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

#77161B (or 0x77161B) is known color: Red Berry. HEX triplet: 77, 16 and 1B. RGB value is (119,22,27). Sum of RGB (Red+Green+Blue) = 119+22+27=168 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.83% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 119 - color contains mainly: red. Hex color #77161B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77161B is #88E9E4. Grayscale: #333333. Windows color (decimal): -8972773 or 1775223. OLE color: 1775223.

HSL color Cylindrical-coordinate representation of color #77161B: hue angle of 356.91º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77161B is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 22 27 -
CMYK 0 0.82 0.77 0.53
HSL 356.91º 0.69% 0.28% -
HSV(B) 356.91º 0.82% 0.47% -
XYZ 8.09 4.57 1.49 -
YUV 51.57 114.14 176.09 -
System Red Green Blue C M Y K H S L
Decimal 119 22 27 0 0.82 0.77 0.53 356.91 0.69 0.28
Hex 77 16 1B 0 52 4D 35 165 45 1C
Octal 167 26 33 0 122 115 65 545 105 34
Binary 1110111 10110 11011 0 1010010 1001101 110101 101100101 1000101 11100

Color Harmonies of #77161B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77161B

Black with #77161B

Text Example


Text Example

White with #77161B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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