Html Css Color HEX #7D1A3A Claret

📋 copy color: '#7D1A3A'

red 125 ◦ green 26 ◦ blue 58

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

Shades of Claret #7D1A3A

Tints of Claret #7D1A3A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.44%

 BLUE value IS 58 (23.05% from 255) = 27.75%

R = 59.81%
G = 12.44%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#7D1A3A (or 0x7D1A3A) is known color: Claret. HEX triplet: 7D, 1A and 3A. RGB value is (125,26,58). Sum of RGB (Red+Green+Blue) = 125+26+58=209 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.81% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 58 (23.05% from 255 or 27.75% from 209); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D1A3A is #82E5C5. Grayscale: #3B3B3B. Windows color (decimal): -8578502 or 3807869. OLE color: 3807869.

HSL color Cylindrical-coordinate representation of color #7D1A3A: hue angle of 340.61º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7D1A3A is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 26 58 -
CMYK 0 0.79 0.54 0.51
HSL 340.61º 0.66% 0.3% -
HSV(B) 340.61º 0.79% 0.49% -
XYZ 9.59 5.4 4.54 -
YUV 59.25 127.3 174.9 -
System Red Green Blue C M Y K H S L
Decimal 125 26 58 0 0.79 0.54 0.51 340.61 0.66 0.3
Hex 7D 1A 3A 0 4F 36 33 155 42 1E
Octal 175 32 72 0 117 66 63 525 102 36
Binary 1111101 11010 111010 0 1001111 110110 110011 101010101 1000010 11110

Color Harmonies of #7D1A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1A3A

Black with #7D1A3A

Text Example


Text Example

White with #7D1A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,26,58); }

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

background-color css

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

 a { background-color: rgb(125,26,58); }

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

border-color css

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

 span { border-color: rgb(125,26,58); }

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