Html Css Color HEX #7C183B Claret

📋 copy color: '#7C183B'

red 124 ◦ green 24 ◦ blue 59

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

Shades of Claret #7C183B

Tints of Claret #7C183B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.59%

 BLUE value IS 59 (23.44% from 255) = 28.5%

R = 59.9%
G = 11.59%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#7C183B (or 0x7C183B) is known color: Claret. HEX triplet: 7C, 18 and 3B. RGB value is (124,24,59). Sum of RGB (Red+Green+Blue) = 124+24+59=207 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.90% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 124 - color contains mainly: red. Hex color #7C183B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C183B is #83E7C4. Grayscale: #393939. Windows color (decimal): -8644549 or 3872892. OLE color: 3872892.

HSL color Cylindrical-coordinate representation of color #7C183B: hue angle of 339º degrees, saturation: 0.68, 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 #7C183B is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 24 59 -
CMYK 0 0.81 0.52 0.51
HSL 339º 0.68% 0.29% -
HSV(B) 339º 0.81% 0.49% -
XYZ 9.43 5.25 4.65 -
YUV 57.89 128.63 175.15 -
System Red Green Blue C M Y K H S L
Decimal 124 24 59 0 0.81 0.52 0.51 339 0.68 0.29
Hex 7C 18 3B 0 51 34 33 153 44 1D
Octal 174 30 73 0 121 64 63 523 104 35
Binary 1111100 11000 111011 0 1010001 110100 110011 101010011 1000100 11101

Color Harmonies of #7C183B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C183B

Black with #7C183B

Text Example


Text Example

White with #7C183B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,24,59); }

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

background-color css

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

 a { background-color: rgb(124,24,59); }

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

border-color css

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

 span { border-color: rgb(124,24,59); }

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