Html Css Color HEX #7C1A3A Claret

📋 copy color: '#7C1A3A'

red 124 ◦ green 26 ◦ blue 58

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

Shades of Claret #7C1A3A

Tints of Claret #7C1A3A

RGB

 RED value IS 124 (48.83% from 255) = 59.62%

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

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

R = 59.62%
G = 12.5%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.51

RGB Variations

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

Color information

#7C1A3A (or 0x7C1A3A) is known color: Claret. HEX triplet: 7C, 1A and 3A. RGB value is (124,26,58). Sum of RGB (Red+Green+Blue) = 124+26+58=208 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.62% from 208); Green value is 26 (10.55% from 255 or 12.5% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C1A3A is #83E5C5. Grayscale: #3A3A3A. Windows color (decimal): -8644038 or 3807868. OLE color: 3807868.

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

Color convert

RGB 124 26 58 -
CMYK 0 0.79 0.53 0.51
HSL 340.41º 0.65% 0.29% -
HSV(B) 340.41º 0.79% 0.49% -
XYZ 9.45 5.33 4.53 -
YUV 58.95 127.47 174.4 -
System Red Green Blue C M Y K H S L
Decimal 124 26 58 0 0.79 0.53 0.51 340.41 0.65 0.29
Hex 7C 1A 3A 0 4F 35 33 154 41 1D
Octal 174 32 72 0 117 65 63 524 101 35
Binary 1111100 11010 111010 0 1001111 110101 110011 101010100 1000001 11101

Color Harmonies of #7C1A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1A3A

Black with #7C1A3A

Text Example


Text Example

White with #7C1A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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