Html Css Color HEX #7C1731 Claret

📋 copy color: '#7C1731'

red 124 ◦ green 23 ◦ blue 49

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

Shades of Claret #7C1731

Tints of Claret #7C1731

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.73%

 BLUE value IS 49 (19.53% from 255) = 25%

R = 63.27%
G = 11.73%
B = 25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#7C1731 (or 0x7C1731) is known color: Claret. HEX triplet: 7C, 17 and 31. RGB value is (124,23,49). Sum of RGB (Red+Green+Blue) = 124+23+49=196 (25% of max value = 765). Red value is 124 (48.83% from 255 or 63.27% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 49 (19.53% from 255 or 25% from 196); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1731 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1731 is #83E8CE. Grayscale: #383838. Windows color (decimal): -8644815 or 3217276. OLE color: 3217276.

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

Color convert

RGB 124 23 49 -
CMYK 0 0.81 0.60 0.51
HSL 344.55º 0.69% 0.29% -
HSV(B) 344.55º 0.81% 0.49% -
XYZ 9.17 5.12 3.41 -
YUV 56.16 123.96 176.39 -
System Red Green Blue C M Y K H S L
Decimal 124 23 49 0 0.81 0.60 0.51 344.55 0.69 0.29
Hex 7C 17 31 0 51 3C 33 159 45 1D
Octal 174 27 61 0 121 74 63 531 105 35
Binary 1111100 10111 110001 0 1010001 111100 110011 101011001 1000101 11101

Color Harmonies of #7C1731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1731

Black with #7C1731

Text Example


Text Example

White with #7C1731

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,23,49); }

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

background-color css

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

 a { background-color: rgb(124,23,49); }

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

border-color css

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

 span { border-color: rgb(124,23,49); }

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