Html Css Color HEX #7D1328 Red Berry

📋 copy color: '#7D1328'

red 125 ◦ green 19 ◦ blue 40

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

Shades of Red Berry #7D1328

Tints of Red Berry #7D1328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.74%

R = 67.93%
G = 10.33%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.51

RGB Variations

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

Color information

#7D1328 (or 0x7D1328) is known color: Red Berry. HEX triplet: 7D, 13 and 28. RGB value is (125,19,40). Sum of RGB (Red+Green+Blue) = 125+19+40=184 (24% of max value = 765). Red value is 125 (49.22% from 255 or 67.93% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1328 is #82ECD7. Grayscale: #353535. Windows color (decimal): -8580312 or 2626429. OLE color: 2626429.

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

Color convert

RGB 125 19 40 -
CMYK 0 0.85 0.68 0.51
HSL 348.11º 0.74% 0.28% -
HSV(B) 348.11º 0.85% 0.49% -
XYZ 9.07 4.98 2.49 -
YUV 53.09 120.62 179.29 -
System Red Green Blue C M Y K H S L
Decimal 125 19 40 0 0.85 0.68 0.51 348.11 0.74 0.28
Hex 7D 13 28 0 55 44 33 15C 4A 1C
Octal 175 23 50 0 125 104 63 534 112 34
Binary 1111101 10011 101000 0 1010101 1000100 110011 101011100 1001010 11100

Color Harmonies of #7D1328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1328

Black with #7D1328

Text Example


Text Example

White with #7D1328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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