Html Css Color HEX #7C1A37 Claret

📋 copy color: '#7C1A37'

red 124 ◦ green 26 ◦ blue 55

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

Shades of Claret #7C1A37

Tints of Claret #7C1A37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 26.83%

R = 60.49%
G = 12.68%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#7C1A37 (or 0x7C1A37) is known color: Claret. HEX triplet: 7C, 1A and 37. RGB value is (124,26,55). Sum of RGB (Red+Green+Blue) = 124+26+55=205 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.49% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 55 (21.88% from 255 or 26.83% from 205); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C1A37 is #83E5C8. Grayscale: #3A3A3A. Windows color (decimal): -8644041 or 3611260. OLE color: 3611260.

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

Color convert

RGB 124 26 55 -
CMYK 0 0.79 0.56 0.51
HSL 342.24º 0.65% 0.29% -
HSV(B) 342.24º 0.79% 0.49% -
XYZ 9.37 5.3 4.14 -
YUV 58.61 125.97 174.64 -
System Red Green Blue C M Y K H S L
Decimal 124 26 55 0 0.79 0.56 0.51 342.24 0.65 0.29
Hex 7C 1A 37 0 4F 38 33 156 41 1D
Octal 174 32 67 0 117 70 63 526 101 35
Binary 1111100 11010 110111 0 1001111 111000 110011 101010110 1000001 11101

Color Harmonies of #7C1A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1A37

Black with #7C1A37

Text Example


Text Example

White with #7C1A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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