Html Css Color HEX #7C1320 Red Berry

📋 copy color: '#7C1320'

red 124 ◦ green 19 ◦ blue 32

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

Shades of Red Berry #7C1320

Tints of Red Berry #7C1320

RGB

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

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

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

R = 70.86%
G = 10.86%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.51

RGB Variations

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

Color information

#7C1320 (or 0x7C1320) is known color: Red Berry. HEX triplet: 7C, 13 and 20. RGB value is (124,19,32). Sum of RGB (Red+Green+Blue) = 124+19+32=175 (23% of max value = 765). Red value is 124 (48.83% from 255 or 70.86% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1320 is #83ECDF. Grayscale: #333333. Windows color (decimal): -8645856 or 2102140. OLE color: 2102140.

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

Color convert

RGB 124 19 32 -
CMYK 0 0.85 0.74 0.51
HSL 352.57º 0.73% 0.28% -
HSV(B) 352.57º 0.85% 0.49% -
XYZ 8.81 4.86 1.84 -
YUV 51.88 116.79 179.44 -
System Red Green Blue C M Y K H S L
Decimal 124 19 32 0 0.85 0.74 0.51 352.57 0.73 0.28
Hex 7C 13 20 0 55 4A 33 161 49 1C
Octal 174 23 40 0 125 112 63 541 111 34
Binary 1111100 10011 100000 0 1010101 1001010 110011 101100001 1001001 11100

Color Harmonies of #7C1320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1320

Black with #7C1320

Text Example


Text Example

White with #7C1320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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