Html Css Color HEX #7C1328 Red Berry

📋 copy color: '#7C1328'

red 124 ◦ green 19 ◦ blue 40

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

Shades of Red Berry #7C1328

Tints of Red Berry #7C1328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.86%

R = 67.76%
G = 10.38%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.51

RGB Variations

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

Color information

#7C1328 (or 0x7C1328) is known color: Red Berry. HEX triplet: 7C, 13 and 28. RGB value is (124,19,40). Sum of RGB (Red+Green+Blue) = 124+19+40=183 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.76% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1328 is #83ECD7. Grayscale: #343434. Windows color (decimal): -8645848 or 2626428. OLE color: 2626428.

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

Color convert

RGB 124 19 40 -
CMYK 0 0.85 0.68 0.51
HSL 348º 0.73% 0.28% -
HSV(B) 348º 0.85% 0.49% -
XYZ 8.93 4.9 2.48 -
YUV 52.79 120.79 178.79 -
System Red Green Blue C M Y K H S L
Decimal 124 19 40 0 0.85 0.68 0.51 348 0.73 0.28
Hex 7C 13 28 0 55 44 33 15C 49 1C
Octal 174 23 50 0 125 104 63 534 111 34
Binary 1111100 10011 101000 0 1010101 1000100 110011 101011100 1001001 11100

Color Harmonies of #7C1328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1328

Black with #7C1328

Text Example


Text Example

White with #7C1328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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