Html Css Color HEX #7C141D Red Berry

📋 copy color: '#7C141D'

red 124 ◦ green 20 ◦ blue 29

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

Shades of Red Berry #7C141D

Tints of Red Berry #7C141D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.76%

R = 71.68%
G = 11.56%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.51

RGB Variations

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

Color information

#7C141D (or 0x7C141D) is known color: Red Berry. HEX triplet: 7C, 14 and 1D. RGB value is (124,20,29). Sum of RGB (Red+Green+Blue) = 124+20+29=173 (22% of max value = 765). Red value is 124 (48.83% from 255 or 71.68% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 124 - color contains mainly: red. Hex color #7C141D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C141D is #83EBE2. Grayscale: #343434. Windows color (decimal): -8645603 or 1905788. OLE color: 1905788.

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

Color convert

RGB 124 20 29 -
CMYK 0 0.84 0.77 0.51
HSL 354.81º 0.72% 0.28% -
HSV(B) 354.81º 0.84% 0.49% -
XYZ 8.78 4.87 1.64 -
YUV 52.12 114.96 179.27 -
System Red Green Blue C M Y K H S L
Decimal 124 20 29 0 0.84 0.77 0.51 354.81 0.72 0.28
Hex 7C 14 1D 0 54 4D 33 163 48 1C
Octal 174 24 35 0 124 115 63 543 110 34
Binary 1111100 10100 11101 0 1010100 1001101 110011 101100011 1001000 11100

Color Harmonies of #7C141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C141D

Black with #7C141D

Text Example


Text Example

White with #7C141D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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