Html Css Color HEX #7F191D Red Berry

📋 copy color: '#7F191D'

red 127 ◦ green 25 ◦ blue 29

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

Shades of Red Berry #7F191D

Tints of Red Berry #7F191D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.02%

R = 70.17%
G = 13.81%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.50

RGB Variations

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

Color information

#7F191D (or 0x7F191D) is known color: Red Berry. HEX triplet: 7F, 19 and 1D. RGB value is (127,25,29). Sum of RGB (Red+Green+Blue) = 127+25+29=181 (23% of max value = 765). Red value is 127 (50% from 255 or 70.17% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 127 - color contains mainly: red. Hex color #7F191D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F191D is #80E6E2. Grayscale: #383838. Windows color (decimal): -8447715 or 1907071. OLE color: 1907071.

HSL color Cylindrical-coordinate representation of color #7F191D: hue angle of 357.65º 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 #7F191D is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 25 29 -
CMYK 0 0.80 0.77 0.50
HSL 357.65º 0.67% 0.3% -
HSV(B) 357.65º 0.8% 0.5% -
XYZ 9.32 5.3 1.69 -
YUV 55.95 112.79 178.67 -
System Red Green Blue C M Y K H S L
Decimal 127 25 29 0 0.80 0.77 0.50 357.65 0.67 0.3
Hex 7F 19 1D 0 50 4D 32 166 43 1E
Octal 177 31 35 0 120 115 62 546 103 36
Binary 1111111 11001 11101 0 1010000 1001101 110010 101100110 1000011 11110

Color Harmonies of #7F191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F191D

Black with #7F191D

Text Example


Text Example

White with #7F191D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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