Html Css Color HEX #7D1617 Red Berry

📋 copy color: '#7D1617'

red 125 ◦ green 22 ◦ blue 23

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

Shades of Red Berry #7D1617

Tints of Red Berry #7D1617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 13.53%

R = 73.53%
G = 12.94%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#7D1617 (or 0x7D1617) is known color: Red Berry. HEX triplet: 7D, 16 and 17. RGB value is (125,22,23). Sum of RGB (Red+Green+Blue) = 125+22+23=170 (22% of max value = 765). Red value is 125 (49.22% from 255 or 73.53% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 23 (9.38% from 255 or 13.53% from 170); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1617 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D1617 is #82E9E8. Grayscale: #353535. Windows color (decimal): -8579561 or 1513085. OLE color: 1513085.

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

Color convert

RGB 125 22 23 -
CMYK 0 0.82 0.82 0.51
HSL 359.42º 0.7% 0.29% -
HSV(B) 359.42º 0.82% 0.49% -
XYZ 8.9 5 1.31 -
YUV 52.91 111.12 179.42 -
System Red Green Blue C M Y K H S L
Decimal 125 22 23 0 0.82 0.82 0.51 359.42 0.7 0.29
Hex 7D 16 17 0 52 52 33 167 46 1D
Octal 175 26 27 0 122 122 63 547 106 35
Binary 1111101 10110 10111 0 1010010 1010010 110011 101100111 1000110 11101

Color Harmonies of #7D1617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1617

Black with #7D1617

Text Example


Text Example

White with #7D1617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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