Html Css Color HEX #7E191B Red Berry

📋 copy color: '#7E191B'

red 126 ◦ green 25 ◦ blue 27

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

Shades of Red Berry #7E191B

Tints of Red Berry #7E191B

RGB

 RED value IS 126 (49.61% from 255) = 70.79%

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

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

R = 70.79%
G = 14.04%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.51

RGB Variations

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

Color information

#7E191B (or 0x7E191B) is known color: Red Berry. HEX triplet: 7E, 19 and 1B. RGB value is (126,25,27). Sum of RGB (Red+Green+Blue) = 126+25+27=178 (23% of max value = 765). Red value is 126 (49.61% from 255 or 70.79% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 126 - color contains mainly: red. Hex color #7E191B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E191B is #81E6E4. Grayscale: #373737. Windows color (decimal): -8513253 or 1775998. OLE color: 1775998.

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

Color convert

RGB 126 25 27 -
CMYK 0 0.80 0.79 0.51
HSL 358.81º 0.67% 0.3% -
HSV(B) 358.81º 0.8% 0.49% -
XYZ 9.15 5.21 1.56 -
YUV 55.43 111.96 178.34 -
System Red Green Blue C M Y K H S L
Decimal 126 25 27 0 0.80 0.79 0.51 358.81 0.67 0.3
Hex 7E 19 1B 0 50 4F 33 167 43 1E
Octal 176 31 33 0 120 117 63 547 103 36
Binary 1111110 11001 11011 0 1010000 1001111 110011 101100111 1000011 11110

Color Harmonies of #7E191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E191B

Black with #7E191B

Text Example


Text Example

White with #7E191B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,25,27); }

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

background-color css

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

 a { background-color: rgb(126,25,27); }

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

border-color css

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

 span { border-color: rgb(126,25,27); }

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