Html Css Color HEX #7C1A1C Red Berry

📋 copy color: '#7C1A1C'

red 124 ◦ green 26 ◦ blue 28

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

Shades of Red Berry #7C1A1C

Tints of Red Berry #7C1A1C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.61%

 BLUE value IS 28 (11.33% from 255) = 15.73%

R = 69.66%
G = 14.61%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.51

RGB Variations

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

Color information

#7C1A1C (or 0x7C1A1C) is known color: Red Berry. HEX triplet: 7C, 1A and 1C. RGB value is (124,26,28). Sum of RGB (Red+Green+Blue) = 124+26+28=178 (23% of max value = 765). Red value is 124 (48.83% from 255 or 69.66% from 178); Green value is 26 (10.55% from 255 or 14.61% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C1A1C is #83E5E3. Grayscale: #373737. Windows color (decimal): -8644068 or 1841788. OLE color: 1841788.

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

Color convert

RGB 124 26 28 -
CMYK 0 0.79 0.77 0.51
HSL 358.78º 0.65% 0.29% -
HSV(B) 358.78º 0.79% 0.49% -
XYZ 8.89 5.11 1.62 -
YUV 55.53 112.47 176.84 -
System Red Green Blue C M Y K H S L
Decimal 124 26 28 0 0.79 0.77 0.51 358.78 0.65 0.29
Hex 7C 1A 1C 0 4F 4D 33 167 41 1D
Octal 174 32 34 0 117 115 63 547 101 35
Binary 1111100 11010 11100 0 1001111 1001101 110011 101100111 1000001 11101

Color Harmonies of #7C1A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1A1C

Black with #7C1A1C

Text Example


Text Example

White with #7C1A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,26,28); }

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

background-color css

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

 a { background-color: rgb(124,26,28); }

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

border-color css

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

 span { border-color: rgb(124,26,28); }

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