Html Css Color HEX #7F191F Red Berry

📋 copy color: '#7F191F'

red 127 ◦ green 25 ◦ blue 31

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

Shades of Red Berry #7F191F

Tints of Red Berry #7F191F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.66%

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

R = 69.4%
G = 13.66%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#7F191F (or 0x7F191F) is known color: Red Berry. HEX triplet: 7F, 19 and 1F. RGB value is (127,25,31). Sum of RGB (Red+Green+Blue) = 127+25+31=183 (24% of max value = 765). Red value is 127 (50% from 255 or 69.40% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 127 - color contains mainly: red. Hex color #7F191F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F191F is #80E6E0. Grayscale: #383838. Windows color (decimal): -8447713 or 2038143. OLE color: 2038143.

HSL color Cylindrical-coordinate representation of color #7F191F: hue angle of 356.47º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F191F is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 25 31 -
CMYK 0 0.80 0.76 0.50
HSL 356.47º 0.67% 0.3% -
HSV(B) 356.47º 0.8% 0.5% -
XYZ 9.35 5.31 1.83 -
YUV 56.18 113.79 178.51 -
System Red Green Blue C M Y K H S L
Decimal 127 25 31 0 0.80 0.76 0.50 356.47 0.67 0.3
Hex 7F 19 1F 0 50 4C 32 164 43 1E
Octal 177 31 37 0 120 114 62 544 103 36
Binary 1111111 11001 11111 0 1010000 1001100 110010 101100100 1000011 11110

Color Harmonies of #7F191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F191F

Black with #7F191F

Text Example


Text Example

White with #7F191F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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