Html Css Color HEX #7C1429 Red Berry

📋 copy color: '#7C1429'

red 124 ◦ green 20 ◦ blue 41

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

Shades of Red Berry #7C1429

Tints of Red Berry #7C1429

RGB

 RED value IS 124 (48.83% from 255) = 67.03%

 GREEN value IS 20 (8.2% from 255) = 10.81%

 BLUE value IS 41 (16.41% from 255) = 22.16%

R = 67.03%
G = 10.81%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.51

RGB Variations

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

Color information

#7C1429 (or 0x7C1429) is known color: Red Berry. HEX triplet: 7C, 14 and 29. RGB value is (124,20,41). Sum of RGB (Red+Green+Blue) = 124+20+41=185 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.03% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1429 is #83EBD6. Grayscale: #353535. Windows color (decimal): -8645591 or 2692220. OLE color: 2692220.

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

Color convert

RGB 124 20 41 -
CMYK 0 0.84 0.67 0.51
HSL 347.88º 0.72% 0.28% -
HSV(B) 347.88º 0.84% 0.49% -
XYZ 8.96 4.95 2.58 -
YUV 53.49 120.96 178.29 -
System Red Green Blue C M Y K H S L
Decimal 124 20 41 0 0.84 0.67 0.51 347.88 0.72 0.28
Hex 7C 14 29 0 54 43 33 15C 48 1C
Octal 174 24 51 0 124 103 63 534 110 34
Binary 1111100 10100 101001 0 1010100 1000011 110011 101011100 1001000 11100

Color Harmonies of #7C1429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1429

Black with #7C1429

Text Example


Text Example

White with #7C1429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,20,41); }

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

background-color css

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

 a { background-color: rgb(124,20,41); }

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

border-color css

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

 span { border-color: rgb(124,20,41); }

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