Html Css Color HEX #7C153A Claret

📋 copy color: '#7C153A'

red 124 ◦ green 21 ◦ blue 58

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

Shades of Claret #7C153A

Tints of Claret #7C153A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 28.57%

R = 61.08%
G = 10.34%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.51

RGB Variations

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

Color information

#7C153A (or 0x7C153A) is known color: Claret. HEX triplet: 7C, 15 and 3A. RGB value is (124,21,58). Sum of RGB (Red+Green+Blue) = 124+21+58=203 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.08% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 124 - color contains mainly: red. Hex color #7C153A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C153A is #83EAC5. Grayscale: #373737. Windows color (decimal): -8645318 or 3806588. OLE color: 3806588.

HSL color Cylindrical-coordinate representation of color #7C153A: hue angle of 338.45º 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 #7C153A is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 21 58 -
CMYK 0 0.83 0.53 0.51
HSL 338.45º 0.71% 0.28% -
HSV(B) 338.45º 0.83% 0.49% -
XYZ 9.34 5.13 4.5 -
YUV 56.02 129.12 176.49 -
System Red Green Blue C M Y K H S L
Decimal 124 21 58 0 0.83 0.53 0.51 338.45 0.71 0.28
Hex 7C 15 3A 0 53 35 33 152 47 1C
Octal 174 25 72 0 123 65 63 522 107 34
Binary 1111100 10101 111010 0 1010011 110101 110011 101010010 1000111 11100

Color Harmonies of #7C153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C153A

Black with #7C153A

Text Example


Text Example

White with #7C153A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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