Html Css Color HEX #7D1329 Red Berry

📋 copy color: '#7D1329'

red 125 ◦ green 19 ◦ blue 41

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

Shades of Red Berry #7D1329

Tints of Red Berry #7D1329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 22.16%

R = 67.57%
G = 10.27%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.51

RGB Variations

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

Color information

#7D1329 (or 0x7D1329) is known color: Red Berry. HEX triplet: 7D, 13 and 29. RGB value is (125,19,41). Sum of RGB (Red+Green+Blue) = 125+19+41=185 (24% of max value = 765). Red value is 125 (49.22% from 255 or 67.57% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1329 is #82ECD6. Grayscale: #353535. Windows color (decimal): -8580311 or 2691965. OLE color: 2691965.

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

Color convert

RGB 125 19 41 -
CMYK 0 0.85 0.67 0.51
HSL 347.55º 0.74% 0.28% -
HSV(B) 347.55º 0.85% 0.49% -
XYZ 9.09 4.99 2.58 -
YUV 53.2 121.12 179.21 -
System Red Green Blue C M Y K H S L
Decimal 125 19 41 0 0.85 0.67 0.51 347.55 0.74 0.28
Hex 7D 13 29 0 55 43 33 15C 4A 1C
Octal 175 23 51 0 125 103 63 534 112 34
Binary 1111101 10011 101001 0 1010101 1000011 110011 101011100 1001010 11100

Color Harmonies of #7D1329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1329

Black with #7D1329

Text Example


Text Example

White with #7D1329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,19,41); }

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

background-color css

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

 a { background-color: rgb(125,19,41); }

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

border-color css

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

 span { border-color: rgb(125,19,41); }

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