Html Css Color HEX #7D1729 Red Berry

📋 copy color: '#7D1729'

red 125 ◦ green 23 ◦ blue 41

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

Shades of Red Berry #7D1729

Tints of Red Berry #7D1729

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.17%

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

R = 66.14%
G = 12.17%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.51

RGB Variations

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

Color information

#7D1729 (or 0x7D1729) is known color: Red Berry. HEX triplet: 7D, 17 and 29. RGB value is (125,23,41). Sum of RGB (Red+Green+Blue) = 125+23+41=189 (25% of max value = 765). Red value is 125 (49.22% from 255 or 66.14% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 41 (16.41% from 255 or 21.69% from 189); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1729 is #82E8D6. Grayscale: #373737. Windows color (decimal): -8579287 or 2692989. OLE color: 2692989.

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

Color convert

RGB 125 23 41 -
CMYK 0 0.82 0.67 0.51
HSL 349.41º 0.69% 0.29% -
HSV(B) 349.41º 0.82% 0.49% -
XYZ 9.16 5.13 2.61 -
YUV 55.55 119.79 177.54 -
System Red Green Blue C M Y K H S L
Decimal 125 23 41 0 0.82 0.67 0.51 349.41 0.69 0.29
Hex 7D 17 29 0 52 43 33 15D 45 1D
Octal 175 27 51 0 122 103 63 535 105 35
Binary 1111101 10111 101001 0 1010010 1000011 110011 101011101 1000101 11101

Color Harmonies of #7D1729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1729

Black with #7D1729

Text Example


Text Example

White with #7D1729

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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