Html Css Color HEX #7C1130 Claret

📋 copy color: '#7C1130'

red 124 ◦ green 17 ◦ blue 48

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

Shades of Claret #7C1130

Tints of Claret #7C1130

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.99%

 BLUE value IS 48 (19.14% from 255) = 25.4%

R = 65.61%
G = 8.99%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.51

RGB Variations

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

Color information

#7C1130 (or 0x7C1130) is known color: Claret. HEX triplet: 7C, 11 and 30. RGB value is (124,17,48). Sum of RGB (Red+Green+Blue) = 124+17+48=189 (25% of max value = 765). Red value is 124 (48.83% from 255 or 65.61% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1130 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1130 is #83EECF. Grayscale: #343434. Windows color (decimal): -8646352 or 3150204. OLE color: 3150204.

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

Color convert

RGB 124 17 48 -
CMYK 0 0.86 0.61 0.51
HSL 342.62º 0.76% 0.28% -
HSV(B) 342.62º 0.86% 0.49% -
XYZ 9.05 4.9 3.27 -
YUV 52.53 125.45 178.98 -
System Red Green Blue C M Y K H S L
Decimal 124 17 48 0 0.86 0.61 0.51 342.62 0.76 0.28
Hex 7C 11 30 0 56 3D 33 157 4C 1C
Octal 174 21 60 0 126 75 63 527 114 34
Binary 1111100 10001 110000 0 1010110 111101 110011 101010111 1001100 11100

Color Harmonies of #7C1130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1130

Black with #7C1130

Text Example


Text Example

White with #7C1130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,17,48); }

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

background-color css

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

 a { background-color: rgb(124,17,48); }

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

border-color css

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

 span { border-color: rgb(124,17,48); }

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