Html Css Color HEX #7C1D37 Claret

📋 copy color: '#7C1D37'

red 124 ◦ green 29 ◦ blue 55

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

Shades of Claret #7C1D37

Tints of Claret #7C1D37

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.94%

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

R = 59.62%
G = 13.94%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#7C1D37 (or 0x7C1D37) is known color: Claret. HEX triplet: 7C, 1D and 37. RGB value is (124,29,55). Sum of RGB (Red+Green+Blue) = 124+29+55=208 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.62% from 208); Green value is 29 (11.72% from 255 or 13.94% from 208); Blue value is 55 (21.88% from 255 or 26.44% from 208); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1D37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C1D37 is #83E2C8. Grayscale: #3C3C3C. Windows color (decimal): -8643273 or 3612028. OLE color: 3612028.

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

Color convert

RGB 124 29 55 -
CMYK 0 0.77 0.56 0.51
HSL 343.58º 0.62% 0.3% -
HSV(B) 343.58º 0.77% 0.49% -
XYZ 9.44 5.44 4.17 -
YUV 60.37 124.97 173.39 -
System Red Green Blue C M Y K H S L
Decimal 124 29 55 0 0.77 0.56 0.51 343.58 0.62 0.3
Hex 7C 1D 37 0 4D 38 33 158 3E 1E
Octal 174 35 67 0 115 70 63 530 76 36
Binary 1111100 11101 110111 0 1001101 111000 110011 101011000 111110 11110

Color Harmonies of #7C1D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1D37

Black with #7C1D37

Text Example


Text Example

White with #7C1D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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