Html Css Color HEX #7F161B Red Berry

📋 copy color: '#7F161B'

red 127 ◦ green 22 ◦ blue 27

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

Shades of Red Berry #7F161B

Tints of Red Berry #7F161B

RGB

 RED value IS 127 (50% from 255) = 72.16%

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

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

R = 72.16%
G = 12.5%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.50

RGB Variations

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

Color information

#7F161B (or 0x7F161B) is known color: Red Berry. HEX triplet: 7F, 16 and 1B. RGB value is (127,22,27). Sum of RGB (Red+Green+Blue) = 127+22+27=176 (23% of max value = 765). Red value is 127 (50% from 255 or 72.16% from 176); Green value is 22 (8.98% from 255 or 12.5% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 127 - color contains mainly: red. Hex color #7F161B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F161B is #80E9E4. Grayscale: #363636. Windows color (decimal): -8448485 or 1775231. OLE color: 1775231.

HSL color Cylindrical-coordinate representation of color #7F161B: hue angle of 357.14º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F161B is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 22 27 -
CMYK 0 0.83 0.79 0.50
HSL 357.14º 0.7% 0.29% -
HSV(B) 357.14º 0.83% 0.5% -
XYZ 9.24 5.16 1.55 -
YUV 53.97 112.79 180.09 -
System Red Green Blue C M Y K H S L
Decimal 127 22 27 0 0.83 0.79 0.50 357.14 0.7 0.29
Hex 7F 16 1B 0 53 4F 32 165 46 1D
Octal 177 26 33 0 123 117 62 545 106 35
Binary 1111111 10110 11011 0 1010011 1001111 110010 101100101 1000110 11101

Color Harmonies of #7F161B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F161B

Black with #7F161B

Text Example


Text Example

White with #7F161B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F161B; }

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

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

background-color css

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

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

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

border-color css

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

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

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