Html Css Color HEX #7C131D Red Berry

📋 copy color: '#7C131D'

red 124 ◦ green 19 ◦ blue 29

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

Shades of Red Berry #7C131D

Tints of Red Berry #7C131D

RGB

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

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

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

R = 72.09%
G = 11.05%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.51

RGB Variations

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

Color information

#7C131D (or 0x7C131D) is known color: Red Berry. HEX triplet: 7C, 13 and 1D. RGB value is (124,19,29). Sum of RGB (Red+Green+Blue) = 124+19+29=172 (22% of max value = 765). Red value is 124 (48.83% from 255 or 72.09% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 124 - color contains mainly: red. Hex color #7C131D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C131D is #83ECE2. Grayscale: #333333. Windows color (decimal): -8645859 or 1905532. OLE color: 1905532.

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

Color convert

RGB 124 19 29 -
CMYK 0 0.85 0.77 0.51
HSL 354.29º 0.73% 0.28% -
HSV(B) 354.29º 0.85% 0.49% -
XYZ 8.77 4.84 1.63 -
YUV 51.54 115.29 179.69 -
System Red Green Blue C M Y K H S L
Decimal 124 19 29 0 0.85 0.77 0.51 354.29 0.73 0.28
Hex 7C 13 1D 0 55 4D 33 162 49 1C
Octal 174 23 35 0 125 115 63 542 111 34
Binary 1111100 10011 11101 0 1010101 1001101 110011 101100010 1001001 11100

Color Harmonies of #7C131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C131D

Black with #7C131D

Text Example


Text Example

White with #7C131D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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