Html Css Color HEX #7E1524 Red Berry

📋 copy color: '#7E1524'

red 126 ◦ green 21 ◦ blue 36

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

Shades of Red Berry #7E1524

Tints of Red Berry #7E1524

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.48%

 BLUE value IS 36 (14.45% from 255) = 19.67%

R = 68.85%
G = 11.48%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.51

RGB Variations

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

Color information

#7E1524 (or 0x7E1524) is known color: Red Berry. HEX triplet: 7E, 15 and 24. RGB value is (126,21,36). Sum of RGB (Red+Green+Blue) = 126+21+36=183 (24% of max value = 765). Red value is 126 (49.61% from 255 or 68.85% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 36 (14.45% from 255 or 19.67% from 183); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E1524 is #81EADB. Grayscale: #363636. Windows color (decimal): -8514268 or 2364798. OLE color: 2364798.

HSL color Cylindrical-coordinate representation of color #7E1524: hue angle of 351.43º degrees, saturation: 0.71, 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 #7E1524 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 21 36 -
CMYK 0 0.83 0.71 0.51
HSL 351.43º 0.71% 0.29% -
HSV(B) 351.43º 0.83% 0.49% -
XYZ 9.19 5.1 2.17 -
YUV 54.11 117.79 179.28 -
System Red Green Blue C M Y K H S L
Decimal 126 21 36 0 0.83 0.71 0.51 351.43 0.71 0.29
Hex 7E 15 24 0 53 47 33 15F 47 1D
Octal 176 25 44 0 123 107 63 537 107 35
Binary 1111110 10101 100100 0 1010011 1000111 110011 101011111 1000111 11101

Color Harmonies of #7E1524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1524

Black with #7E1524

Text Example


Text Example

White with #7E1524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,21,36); }

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

background-color css

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

 a { background-color: rgb(126,21,36); }

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

border-color css

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

 span { border-color: rgb(126,21,36); }

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