Html Css Color HEX #7C1339 Claret

📋 copy color: '#7C1339'

red 124 ◦ green 19 ◦ blue 57

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

Shades of Claret #7C1339

Tints of Claret #7C1339

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.5%

 BLUE value IS 57 (22.66% from 255) = 28.5%

R = 62%
G = 9.5%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#7C1339 (or 0x7C1339) is known color: Claret. HEX triplet: 7C, 13 and 39. RGB value is (124,19,57). Sum of RGB (Red+Green+Blue) = 124+19+57=200 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 57 (22.66% from 255 or 28.5% from 200); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1339 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1339 is #83ECC6. Grayscale: #363636. Windows color (decimal): -8645831 or 3740540. OLE color: 3740540.

HSL color Cylindrical-coordinate representation of color #7C1339: hue angle of 338.29º degrees, saturation: 0.73, 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 #7C1339 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 19 57 -
CMYK 0 0.85 0.54 0.51
HSL 338.29º 0.73% 0.28% -
HSV(B) 338.29º 0.85% 0.49% -
XYZ 9.28 5.05 4.36 -
YUV 54.73 129.29 177.41 -
System Red Green Blue C M Y K H S L
Decimal 124 19 57 0 0.85 0.54 0.51 338.29 0.73 0.28
Hex 7C 13 39 0 55 36 33 152 49 1C
Octal 174 23 71 0 125 66 63 522 111 34
Binary 1111100 10011 111001 0 1010101 110110 110011 101010010 1001001 11100

Color Harmonies of #7C1339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1339

Black with #7C1339

Text Example


Text Example

White with #7C1339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,19,57); }

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

background-color css

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

 a { background-color: rgb(124,19,57); }

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

border-color css

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

 span { border-color: rgb(124,19,57); }

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