Html Css Color HEX #7C223B Claret

📋 copy color: '#7C223B'

red 124 ◦ green 34 ◦ blue 59

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

Shades of Claret #7C223B

Tints of Claret #7C223B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.67%

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

R = 57.14%
G = 15.67%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#7C223B (or 0x7C223B) is known color: Claret. HEX triplet: 7C, 22 and 3B. RGB value is (124,34,59). Sum of RGB (Red+Green+Blue) = 124+34+59=217 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.14% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 59 (23.44% from 255 or 27.19% from 217); Max value from RGB is 124 - color contains mainly: red. Hex color #7C223B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C223B is #83DDC4. Grayscale: #3F3F3F. Windows color (decimal): -8641989 or 3875452. OLE color: 3875452.

HSL color Cylindrical-coordinate representation of color #7C223B: hue angle of 343.33º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C223B is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 34 59 -
CMYK 0 0.73 0.52 0.51
HSL 343.33º 0.57% 0.31% -
HSV(B) 343.33º 0.73% 0.49% -
XYZ 9.67 5.74 4.74 -
YUV 63.76 125.32 170.97 -
System Red Green Blue C M Y K H S L
Decimal 124 34 59 0 0.73 0.52 0.51 343.33 0.57 0.31
Hex 7C 22 3B 0 49 34 33 157 39 1F
Octal 174 42 73 0 111 64 63 527 71 37
Binary 1111100 100010 111011 0 1001001 110100 110011 101010111 111001 11111

Color Harmonies of #7C223B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C223B

Black with #7C223B

Text Example


Text Example

White with #7C223B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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