Html Css Color HEX #7C1033 Claret

📋 copy color: '#7C1033'

red 124 ◦ green 16 ◦ blue 51

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

Shades of Claret #7C1033

Tints of Claret #7C1033

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.38%

 BLUE value IS 51 (20.31% from 255) = 26.7%

R = 64.92%
G = 8.38%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.51

RGB Variations

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

Color information

#7C1033 (or 0x7C1033) is known color: Claret. HEX triplet: 7C, 10 and 33. RGB value is (124,16,51). Sum of RGB (Red+Green+Blue) = 124+16+51=191 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.92% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 51 (20.31% from 255 or 26.70% from 191); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1033 is #83EFCC. Grayscale: #343434. Windows color (decimal): -8646605 or 3346556. OLE color: 3346556.

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

Color convert

RGB 124 16 51 -
CMYK 0 0.87 0.59 0.51
HSL 340.56º 0.77% 0.27% -
HSV(B) 340.56º 0.87% 0.49% -
XYZ 9.1 4.89 3.6 -
YUV 52.28 127.28 179.15 -
System Red Green Blue C M Y K H S L
Decimal 124 16 51 0 0.87 0.59 0.51 340.56 0.77 0.27
Hex 7C 10 33 0 57 3B 33 155 4D 1B
Octal 174 20 63 0 127 73 63 525 115 33
Binary 1111100 10000 110011 0 1010111 111011 110011 101010101 1001101 11011

Color Harmonies of #7C1033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1033

Black with #7C1033

Text Example


Text Example

White with #7C1033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,16,51); }

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

background-color css

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

 a { background-color: rgb(124,16,51); }

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

border-color css

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

 span { border-color: rgb(124,16,51); }

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