Html Css Color HEX #7F181F Red Berry

📋 copy color: '#7F181F'

red 127 ◦ green 24 ◦ blue 31

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

Shades of Red Berry #7F181F

Tints of Red Berry #7F181F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.19%

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

R = 69.78%
G = 13.19%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#7F181F (or 0x7F181F) is known color: Red Berry. HEX triplet: 7F, 18 and 1F. RGB value is (127,24,31). Sum of RGB (Red+Green+Blue) = 127+24+31=182 (24% of max value = 765). Red value is 127 (50% from 255 or 69.78% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 31 (12.5% from 255 or 17.03% from 182); Max value from RGB is 127 - color contains mainly: red. Hex color #7F181F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F181F is #80E7E0. Grayscale: #373737. Windows color (decimal): -8447969 or 2037887. OLE color: 2037887.

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

Color convert

RGB 127 24 31 -
CMYK 0 0.81 0.76 0.50
HSL 355.92º 0.68% 0.3% -
HSV(B) 355.92º 0.81% 0.5% -
XYZ 9.33 5.26 1.82 -
YUV 55.6 114.12 178.93 -
System Red Green Blue C M Y K H S L
Decimal 127 24 31 0 0.81 0.76 0.50 355.92 0.68 0.3
Hex 7F 18 1F 0 51 4C 32 164 44 1E
Octal 177 30 37 0 121 114 62 544 104 36
Binary 1111111 11000 11111 0 1010001 1001100 110010 101100100 1000100 11110

Color Harmonies of #7F181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F181F

Black with #7F181F

Text Example


Text Example

White with #7F181F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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