Html Css Color HEX #7D121C Red Berry

📋 copy color: '#7D121C'

red 125 ◦ green 18 ◦ blue 28

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

Shades of Red Berry #7D121C

Tints of Red Berry #7D121C

RGB

 RED value IS 125 (49.22% from 255) = 73.1%

 GREEN value IS 18 (7.42% from 255) = 10.53%

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

R = 73.1%
G = 10.53%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.51

RGB Variations

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

Color information

#7D121C (or 0x7D121C) is known color: Red Berry. HEX triplet: 7D, 12 and 1C. RGB value is (125,18,28). Sum of RGB (Red+Green+Blue) = 125+18+28=171 (22% of max value = 765). Red value is 125 (49.22% from 255 or 73.10% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 125 - color contains mainly: red. Hex color #7D121C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D121C is #82EDE3. Grayscale: #333333. Windows color (decimal): -8580580 or 1839741. OLE color: 1839741.

HSL color Cylindrical-coordinate representation of color #7D121C: hue angle of 354.39º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D121C is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 18 28 -
CMYK 0 0.86 0.78 0.51
HSL 354.39º 0.75% 0.28% -
HSV(B) 354.39º 0.86% 0.49% -
XYZ 8.88 4.88 1.57 -
YUV 51.13 114.95 180.69 -
System Red Green Blue C M Y K H S L
Decimal 125 18 28 0 0.86 0.78 0.51 354.39 0.75 0.28
Hex 7D 12 1C 0 56 4E 33 162 4B 1C
Octal 175 22 34 0 126 116 63 542 113 34
Binary 1111101 10010 11100 0 1010110 1001110 110011 101100010 1001011 11100

Color Harmonies of #7D121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D121C

Black with #7D121C

Text Example


Text Example

White with #7D121C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,18,28); }

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

background-color css

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

 a { background-color: rgb(125,18,28); }

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

border-color css

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

 span { border-color: rgb(125,18,28); }

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