Html Css Color HEX #7F151F Red Berry

📋 copy color: '#7F151F'

red 127 ◦ green 21 ◦ blue 31

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

Shades of Red Berry #7F151F

Tints of Red Berry #7F151F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.32%

R = 70.95%
G = 11.73%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#7F151F (or 0x7F151F) is known color: Red Berry. HEX triplet: 7F, 15 and 1F. RGB value is (127,21,31). Sum of RGB (Red+Green+Blue) = 127+21+31=179 (23% of max value = 765). Red value is 127 (50% from 255 or 70.95% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 127 - color contains mainly: red. Hex color #7F151F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F151F is #80EAE0. Grayscale: #353535. Windows color (decimal): -8448737 or 2037119. OLE color: 2037119.

HSL color Cylindrical-coordinate representation of color #7F151F: hue angle of 354.34º degrees, saturation: 0.72, 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 #7F151F is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 21 31 -
CMYK 0 0.83 0.76 0.50
HSL 354.34º 0.72% 0.29% -
HSV(B) 354.34º 0.83% 0.5% -
XYZ 9.27 5.15 1.8 -
YUV 53.83 115.12 180.19 -
System Red Green Blue C M Y K H S L
Decimal 127 21 31 0 0.83 0.76 0.50 354.34 0.72 0.29
Hex 7F 15 1F 0 53 4C 32 162 48 1D
Octal 177 25 37 0 123 114 62 542 110 35
Binary 1111111 10101 11111 0 1010011 1001100 110010 101100010 1001000 11101

Color Harmonies of #7F151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F151F

Black with #7F151F

Text Example


Text Example

White with #7F151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,21,31); }

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

background-color css

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

 a { background-color: rgb(127,21,31); }

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

border-color css

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

 span { border-color: rgb(127,21,31); }

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