Html Css Color HEX #7C1B37 Claret

📋 copy color: '#7C1B37'

red 124 ◦ green 27 ◦ blue 55

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

Shades of Claret #7C1B37

Tints of Claret #7C1B37

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.11%

 BLUE value IS 55 (21.88% from 255) = 26.7%

R = 60.19%
G = 13.11%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#7C1B37 (or 0x7C1B37) is known color: Claret. HEX triplet: 7C, 1B and 37. RGB value is (124,27,55). Sum of RGB (Red+Green+Blue) = 124+27+55=206 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.19% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 55 (21.88% from 255 or 26.70% from 206); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C1B37 is #83E4C8. Grayscale: #3B3B3B. Windows color (decimal): -8643785 or 3611516. OLE color: 3611516.

HSL color Cylindrical-coordinate representation of color #7C1B37: hue angle of 342.68º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7C1B37 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 27 55 -
CMYK 0 0.78 0.56 0.51
HSL 342.68º 0.64% 0.3% -
HSV(B) 342.68º 0.78% 0.49% -
XYZ 9.39 5.34 4.15 -
YUV 59.2 125.64 174.22 -
System Red Green Blue C M Y K H S L
Decimal 124 27 55 0 0.78 0.56 0.51 342.68 0.64 0.3
Hex 7C 1B 37 0 4E 38 33 157 40 1E
Octal 174 33 67 0 116 70 63 527 100 36
Binary 1111100 11011 110111 0 1001110 111000 110011 101010111 1000000 11110

Color Harmonies of #7C1B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1B37

Black with #7C1B37

Text Example


Text Example

White with #7C1B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,27,55); }

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

background-color css

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

 a { background-color: rgb(124,27,55); }

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

border-color css

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

 span { border-color: rgb(124,27,55); }

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