Html Css Color HEX #7E131C Red Berry

📋 copy color: '#7E131C'

red 126 ◦ green 19 ◦ blue 28

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

Shades of Red Berry #7E131C

Tints of Red Berry #7E131C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.18%

R = 72.83%
G = 10.98%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.51

RGB Variations

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

Color information

#7E131C (or 0x7E131C) is known color: Red Berry. HEX triplet: 7E, 13 and 1C. RGB value is (126,19,28). Sum of RGB (Red+Green+Blue) = 126+19+28=173 (22% of max value = 765). Red value is 126 (49.61% from 255 or 72.83% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 126 - color contains mainly: red. Hex color #7E131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E131C is #81ECE3. Grayscale: #343434. Windows color (decimal): -8514788 or 1839998. OLE color: 1839998.

HSL color Cylindrical-coordinate representation of color #7E131C: hue angle of 354.95º 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 #7E131C is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 19 28 -
CMYK 0 0.85 0.78 0.51
HSL 354.95º 0.74% 0.28% -
HSV(B) 354.95º 0.85% 0.49% -
XYZ 9.05 4.99 1.58 -
YUV 52.02 114.45 180.77 -
System Red Green Blue C M Y K H S L
Decimal 126 19 28 0 0.85 0.78 0.51 354.95 0.74 0.28
Hex 7E 13 1C 0 55 4E 33 163 4A 1C
Octal 176 23 34 0 125 116 63 543 112 34
Binary 1111110 10011 11100 0 1010101 1001110 110011 101100011 1001010 11100

Color Harmonies of #7E131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E131C

Black with #7E131C

Text Example


Text Example

White with #7E131C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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