Html Css Color HEX #7E121A Red Berry

📋 copy color: '#7E121A'

red 126 ◦ green 18 ◦ blue 26

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

Shades of Red Berry #7E121A

Tints of Red Berry #7E121A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.59%

 BLUE value IS 26 (10.55% from 255) = 15.29%

R = 74.12%
G = 10.59%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.51

RGB Variations

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

Color information

#7E121A (or 0x7E121A) is known color: Red Berry. HEX triplet: 7E, 12 and 1A. RGB value is (126,18,26). Sum of RGB (Red+Green+Blue) = 126+18+26=170 (22% of max value = 765). Red value is 126 (49.61% from 255 or 74.12% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 126 - color contains mainly: red. Hex color #7E121A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E121A is #81EDE5. Grayscale: #333333. Windows color (decimal): -8515046 or 1708670. OLE color: 1708670.

HSL color Cylindrical-coordinate representation of color #7E121A: hue angle of 355.56º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7E121A is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 18 26 -
CMYK 0 0.86 0.79 0.51
HSL 355.56º 0.75% 0.28% -
HSV(B) 355.56º 0.86% 0.49% -
XYZ 9.01 4.94 1.46 -
YUV 51.2 113.78 181.35 -
System Red Green Blue C M Y K H S L
Decimal 126 18 26 0 0.86 0.79 0.51 355.56 0.75 0.28
Hex 7E 12 1A 0 56 4F 33 164 4B 1C
Octal 176 22 32 0 126 117 63 544 113 34
Binary 1111110 10010 11010 0 1010110 1001111 110011 101100100 1001011 11100

Color Harmonies of #7E121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E121A

Black with #7E121A

Text Example


Text Example

White with #7E121A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,18,26); }

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

background-color css

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

 a { background-color: rgb(126,18,26); }

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

border-color css

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

 span { border-color: rgb(126,18,26); }

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