Html Css Color HEX #7C1232 Claret

📋 copy color: '#7C1232'

red 124 ◦ green 18 ◦ blue 50

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

Shades of Claret #7C1232

Tints of Claret #7C1232

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.38%

 BLUE value IS 50 (19.92% from 255) = 26.04%

R = 64.58%
G = 9.38%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#7C1232 (or 0x7C1232) is known color: Claret. HEX triplet: 7C, 12 and 32. RGB value is (124,18,50). Sum of RGB (Red+Green+Blue) = 124+18+50=192 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.58% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 50 (19.92% from 255 or 26.04% from 192); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1232 is #83EDCD. Grayscale: #353535. Windows color (decimal): -8646094 or 3281532. OLE color: 3281532.

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

Color convert

RGB 124 18 50 -
CMYK 0 0.85 0.60 0.51
HSL 341.89º 0.75% 0.28% -
HSV(B) 341.89º 0.85% 0.49% -
XYZ 9.1 4.95 3.49 -
YUV 53.34 126.12 178.4 -
System Red Green Blue C M Y K H S L
Decimal 124 18 50 0 0.85 0.60 0.51 341.89 0.75 0.28
Hex 7C 12 32 0 55 3C 33 156 4B 1C
Octal 174 22 62 0 125 74 63 526 113 34
Binary 1111100 10010 110010 0 1010101 111100 110011 101010110 1001011 11100

Color Harmonies of #7C1232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1232

Black with #7C1232

Text Example


Text Example

White with #7C1232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,18,50); }

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

background-color css

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

 a { background-color: rgb(124,18,50); }

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

border-color css

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

 span { border-color: rgb(124,18,50); }

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