Html Css Color HEX #7C1820 Red Berry

📋 copy color: '#7C1820'

red 124 ◦ green 24 ◦ blue 32

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

Shades of Red Berry #7C1820

Tints of Red Berry #7C1820

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.33%

 BLUE value IS 32 (12.89% from 255) = 17.78%

R = 68.89%
G = 13.33%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.51

RGB Variations

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

Color information

#7C1820 (or 0x7C1820) is known color: Red Berry. HEX triplet: 7C, 18 and 20. RGB value is (124,24,32). Sum of RGB (Red+Green+Blue) = 124+24+32=180 (23% of max value = 765). Red value is 124 (48.83% from 255 or 68.89% from 180); Green value is 24 (9.77% from 255 or 13.33% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1820 is #83E7DF. Grayscale: #363636. Windows color (decimal): -8644576 or 2103420. OLE color: 2103420.

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

Color convert

RGB 124 24 32 -
CMYK 0 0.81 0.74 0.51
HSL 355.2º 0.68% 0.29% -
HSV(B) 355.2º 0.81% 0.49% -
XYZ 8.9 5.04 1.87 -
YUV 54.81 115.13 177.35 -
System Red Green Blue C M Y K H S L
Decimal 124 24 32 0 0.81 0.74 0.51 355.2 0.68 0.29
Hex 7C 18 20 0 51 4A 33 163 44 1D
Octal 174 30 40 0 121 112 63 543 104 35
Binary 1111100 11000 100000 0 1010001 1001010 110011 101100011 1000100 11101

Color Harmonies of #7C1820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1820

Black with #7C1820

Text Example


Text Example

White with #7C1820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,24,32); }

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

background-color css

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

 a { background-color: rgb(124,24,32); }

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

border-color css

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

 span { border-color: rgb(124,24,32); }

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