Html Css Color HEX #7C1533 Claret

📋 copy color: '#7C1533'

red 124 ◦ green 21 ◦ blue 51

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

Shades of Claret #7C1533

Tints of Claret #7C1533

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.71%

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

R = 63.27%
G = 10.71%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.51

RGB Variations

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

Color information

#7C1533 (or 0x7C1533) is known color: Claret. HEX triplet: 7C, 15 and 33. RGB value is (124,21,51). Sum of RGB (Red+Green+Blue) = 124+21+51=196 (25% of max value = 765). Red value is 124 (48.83% from 255 or 63.27% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1533 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1533 is #83EACC. Grayscale: #373737. Windows color (decimal): -8645325 or 3347836. OLE color: 3347836.

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

Color convert

RGB 124 21 51 -
CMYK 0 0.83 0.59 0.51
HSL 342.52º 0.71% 0.28% -
HSV(B) 342.52º 0.83% 0.49% -
XYZ 9.18 5.06 3.63 -
YUV 55.22 125.62 177.06 -
System Red Green Blue C M Y K H S L
Decimal 124 21 51 0 0.83 0.59 0.51 342.52 0.71 0.28
Hex 7C 15 33 0 53 3B 33 157 47 1C
Octal 174 25 63 0 123 73 63 527 107 34
Binary 1111100 10101 110011 0 1010011 111011 110011 101010111 1000111 11100

Color Harmonies of #7C1533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1533

Black with #7C1533

Text Example


Text Example

White with #7C1533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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