Html Css Color HEX #7D1619 Red Berry

📋 copy color: '#7D1619'

red 125 ◦ green 22 ◦ blue 25

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

Shades of Red Berry #7D1619

Tints of Red Berry #7D1619

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.79%

 BLUE value IS 25 (10.16% from 255) = 14.53%

R = 72.67%
G = 12.79%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.8

 K value IS 0.51

RGB Variations

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

Color information

#7D1619 (or 0x7D1619) is known color: Red Berry. HEX triplet: 7D, 16 and 19. RGB value is (125,22,25). Sum of RGB (Red+Green+Blue) = 125+22+25=172 (22% of max value = 765). Red value is 125 (49.22% from 255 or 72.67% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 25 (10.16% from 255 or 14.53% from 172); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1619 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D1619 is #82E9E6. Grayscale: #353535. Windows color (decimal): -8579559 or 1644157. OLE color: 1644157.

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

Color convert

RGB 125 22 25 -
CMYK 0 0.82 0.8 0.51
HSL 358.25º 0.7% 0.29% -
HSV(B) 358.25º 0.82% 0.49% -
XYZ 8.92 5 1.42 -
YUV 53.14 112.12 179.26 -
System Red Green Blue C M Y K H S L
Decimal 125 22 25 0 0.82 0.8 0.51 358.25 0.7 0.29
Hex 7D 16 19 0 52 50 33 166 46 1D
Octal 175 26 31 0 122 120 63 546 106 35
Binary 1111101 10110 11001 0 1010010 1010000 110011 101100110 1000110 11101

Color Harmonies of #7D1619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1619

Black with #7D1619

Text Example


Text Example

White with #7D1619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,22,25); }

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

background-color css

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

 a { background-color: rgb(125,22,25); }

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

border-color css

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

 span { border-color: rgb(125,22,25); }

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