Html Css Color HEX #7D1725 Red Berry

📋 copy color: '#7D1725'

red 125 ◦ green 23 ◦ blue 37

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

Shades of Red Berry #7D1725

Tints of Red Berry #7D1725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 20%

R = 67.57%
G = 12.43%
B = 20%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.51

RGB Variations

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

Color information

#7D1725 (or 0x7D1725) is known color: Red Berry. HEX triplet: 7D, 17 and 25. RGB value is (125,23,37). Sum of RGB (Red+Green+Blue) = 125+23+37=185 (24% of max value = 765). Red value is 125 (49.22% from 255 or 67.57% from 185); Green value is 23 (9.38% from 255 or 12.43% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1725 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1725 is #82E8DA. Grayscale: #373737. Windows color (decimal): -8579291 or 2430845. OLE color: 2430845.

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

Color convert

RGB 125 23 37 -
CMYK 0 0.82 0.70 0.51
HSL 351.76º 0.69% 0.29% -
HSV(B) 351.76º 0.82% 0.49% -
XYZ 9.1 5.11 2.26 -
YUV 55.09 117.79 177.86 -
System Red Green Blue C M Y K H S L
Decimal 125 23 37 0 0.82 0.70 0.51 351.76 0.69 0.29
Hex 7D 17 25 0 52 46 33 160 45 1D
Octal 175 27 45 0 122 106 63 540 105 35
Binary 1111101 10111 100101 0 1010010 1000110 110011 101100000 1000101 11101

Color Harmonies of #7D1725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1725

Black with #7D1725

Text Example


Text Example

White with #7D1725

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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