Html Css Color HEX #7C1725 Red Berry

📋 copy color: '#7C1725'

red 124 ◦ green 23 ◦ blue 37

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

Shades of Red Berry #7C1725

Tints of Red Berry #7C1725

RGB

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

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

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

R = 67.39%
G = 12.5%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.51

RGB Variations

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

Color information

#7C1725 (or 0x7C1725) is known color: Red Berry. HEX triplet: 7C, 17 and 25. RGB value is (124,23,37). Sum of RGB (Red+Green+Blue) = 124+23+37=184 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.39% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 37 (14.84% from 255 or 20.11% from 184); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1725 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1725 is #83E8DA. Grayscale: #363636. Windows color (decimal): -8644827 or 2430844. OLE color: 2430844.

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

Color convert

RGB 124 23 37 -
CMYK 0 0.81 0.70 0.51
HSL 351.68º 0.69% 0.29% -
HSV(B) 351.68º 0.81% 0.49% -
XYZ 8.95 5.03 2.25 -
YUV 54.8 117.96 177.36 -
System Red Green Blue C M Y K H S L
Decimal 124 23 37 0 0.81 0.70 0.51 351.68 0.69 0.29
Hex 7C 17 25 0 51 46 33 160 45 1D
Octal 174 27 45 0 121 106 63 540 105 35
Binary 1111100 10111 100101 0 1010001 1000110 110011 101100000 1000101 11101

Color Harmonies of #7C1725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1725

Black with #7C1725

Text Example


Text Example

White with #7C1725

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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