Html Css Color HEX #7E1619 Red Berry

📋 copy color: '#7E1619'

red 126 ◦ green 22 ◦ blue 25

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

Shades of Red Berry #7E1619

Tints of Red Berry #7E1619

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.72%

 BLUE value IS 25 (10.16% from 255) = 14.45%

R = 72.83%
G = 12.72%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.51

RGB Variations

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

Color information

#7E1619 (or 0x7E1619) is known color: Red Berry. HEX triplet: 7E, 16 and 19. RGB value is (126,22,25). Sum of RGB (Red+Green+Blue) = 126+22+25=173 (22% of max value = 765). Red value is 126 (49.61% from 255 or 72.83% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1619 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E1619 is #81E9E6. Grayscale: #353535. Windows color (decimal): -8514023 or 1644158. OLE color: 1644158.

HSL color Cylindrical-coordinate representation of color #7E1619: hue angle of 358.27º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7E1619 is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 22 25 -
CMYK 0 0.83 0.80 0.51
HSL 358.27º 0.7% 0.29% -
HSV(B) 358.27º 0.83% 0.49% -
XYZ 9.07 5.08 1.42 -
YUV 53.44 111.96 179.76 -
System Red Green Blue C M Y K H S L
Decimal 126 22 25 0 0.83 0.80 0.51 358.27 0.7 0.29
Hex 7E 16 19 0 53 50 33 166 46 1D
Octal 176 26 31 0 123 120 63 546 106 35
Binary 1111110 10110 11001 0 1010011 1010000 110011 101100110 1000110 11101

Color Harmonies of #7E1619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1619

Black with #7E1619

Text Example


Text Example

White with #7E1619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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