Html Css Color HEX #7C193D Claret

📋 copy color: '#7C193D'

red 124 ◦ green 25 ◦ blue 61

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

Shades of Claret #7C193D

Tints of Claret #7C193D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.9%

 BLUE value IS 61 (24.22% from 255) = 29.05%

R = 59.05%
G = 11.9%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7C193D (or 0x7C193D) is known color: Claret. HEX triplet: 7C, 19 and 3D. RGB value is (124,25,61). Sum of RGB (Red+Green+Blue) = 124+25+61=210 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.05% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 124 - color contains mainly: red. Hex color #7C193D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C193D is #83E6C2. Grayscale: #3A3A3A. Windows color (decimal): -8644291 or 4004220. OLE color: 4004220.

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

Color convert

RGB 124 25 61 -
CMYK 0 0.80 0.51 0.51
HSL 338.18º 0.66% 0.29% -
HSV(B) 338.18º 0.8% 0.49% -
XYZ 9.5 5.32 4.94 -
YUV 58.71 129.3 174.57 -
System Red Green Blue C M Y K H S L
Decimal 124 25 61 0 0.80 0.51 0.51 338.18 0.66 0.29
Hex 7C 19 3D 0 50 33 33 152 42 1D
Octal 174 31 75 0 120 63 63 522 102 35
Binary 1111100 11001 111101 0 1010000 110011 110011 101010010 1000010 11101

Color Harmonies of #7C193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C193D

Black with #7C193D

Text Example


Text Example

White with #7C193D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,25,61); }

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

background-color css

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

 a { background-color: rgb(124,25,61); }

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

border-color css

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

 span { border-color: rgb(124,25,61); }

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