Html Css Color HEX #7E131D Red Berry

📋 copy color: '#7E131D'

red 126 ◦ green 19 ◦ blue 29

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

Shades of Red Berry #7E131D

Tints of Red Berry #7E131D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.92%

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

R = 72.41%
G = 10.92%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.51

RGB Variations

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

Color information

#7E131D (or 0x7E131D) is known color: Red Berry. HEX triplet: 7E, 13 and 1D. RGB value is (126,19,29). Sum of RGB (Red+Green+Blue) = 126+19+29=174 (23% of max value = 765). Red value is 126 (49.61% from 255 or 72.41% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 126 - color contains mainly: red. Hex color #7E131D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E131D is #81ECE2. Grayscale: #343434. Windows color (decimal): -8514787 or 1905534. OLE color: 1905534.

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

Color convert

RGB 126 19 29 -
CMYK 0 0.85 0.77 0.51
HSL 354.39º 0.74% 0.28% -
HSV(B) 354.39º 0.85% 0.49% -
XYZ 9.06 4.99 1.65 -
YUV 52.13 114.95 180.69 -
System Red Green Blue C M Y K H S L
Decimal 126 19 29 0 0.85 0.77 0.51 354.39 0.74 0.28
Hex 7E 13 1D 0 55 4D 33 162 4A 1C
Octal 176 23 35 0 125 115 63 542 112 34
Binary 1111110 10011 11101 0 1010101 1001101 110011 101100010 1001010 11100

Color Harmonies of #7E131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E131D

Black with #7E131D

Text Example


Text Example

White with #7E131D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,19,29); }

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

background-color css

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

 a { background-color: rgb(126,19,29); }

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

border-color css

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

 span { border-color: rgb(126,19,29); }

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