Html Css Color HEX #7D131D Red Berry

📋 copy color: '#7D131D'

red 125 ◦ green 19 ◦ blue 29

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

Shades of Red Berry #7D131D

Tints of Red Berry #7D131D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.98%

 BLUE value IS 29 (11.72% from 255) = 16.76%

R = 72.25%
G = 10.98%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.51

RGB Variations

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

Color information

#7D131D (or 0x7D131D) is known color: Red Berry. HEX triplet: 7D, 13 and 1D. RGB value is (125,19,29). Sum of RGB (Red+Green+Blue) = 125+19+29=173 (22% of max value = 765). Red value is 125 (49.22% from 255 or 72.25% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 125 - color contains mainly: red. Hex color #7D131D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D131D is #82ECE2. Grayscale: #333333. Windows color (decimal): -8580323 or 1905533. OLE color: 1905533.

HSL color Cylindrical-coordinate representation of color #7D131D: hue angle of 354.34º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7D131D is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 19 29 -
CMYK 0 0.85 0.77 0.51
HSL 354.34º 0.74% 0.28% -
HSV(B) 354.34º 0.85% 0.49% -
XYZ 8.91 4.91 1.64 -
YUV 51.83 115.12 180.19 -
System Red Green Blue C M Y K H S L
Decimal 125 19 29 0 0.85 0.77 0.51 354.34 0.74 0.28
Hex 7D 13 1D 0 55 4D 33 162 4A 1C
Octal 175 23 35 0 125 115 63 542 112 34
Binary 1111101 10011 11101 0 1010101 1001101 110011 101100010 1001010 11100

Color Harmonies of #7D131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D131D

Black with #7D131D

Text Example


Text Example

White with #7D131D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,19,29); }

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

background-color css

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

 a { background-color: rgb(125,19,29); }

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

border-color css

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

 span { border-color: rgb(125,19,29); }

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