Html Css Color HEX #7B213E Claret

📋 copy color: '#7B213E'

red 123 ◦ green 33 ◦ blue 62

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

Shades of Claret #7B213E

Tints of Claret #7B213E

RGB

 RED value IS 123 (48.44% from 255) = 56.42%

 GREEN value IS 33 (13.28% from 255) = 15.14%

 BLUE value IS 62 (24.61% from 255) = 28.44%

R = 56.42%
G = 15.14%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.50

 K value IS 0.52

RGB Variations

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

Color information

#7B213E (or 0x7B213E) is known color: Claret. HEX triplet: 7B, 21 and 3E. RGB value is (123,33,62). Sum of RGB (Red+Green+Blue) = 123+33+62=218 (28% of max value = 765). Red value is 123 (48.44% from 255 or 56.42% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 62 (24.61% from 255 or 28.44% from 218); Max value from RGB is 123 - color contains mainly: red. Hex color #7B213E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B213E is #84DEC1. Grayscale: #3F3F3F. Windows color (decimal): -8707778 or 4071803. OLE color: 4071803.

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

Color convert

RGB 123 33 62 -
CMYK 0 0.73 0.50 0.52
HSL 340.67º 0.58% 0.31% -
HSV(B) 340.67º 0.73% 0.48% -
XYZ 9.58 5.65 5.14 -
YUV 63.22 127.32 170.64 -
System Red Green Blue C M Y K H S L
Decimal 123 33 62 0 0.73 0.50 0.52 340.67 0.58 0.31
Hex 7B 21 3E 0 49 32 34 155 3A 1F
Octal 173 41 76 0 111 62 64 525 72 37
Binary 1111011 100001 111110 0 1001001 110010 110100 101010101 111010 11111

Color Harmonies of #7B213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B213E

Black with #7B213E

Text Example


Text Example

White with #7B213E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,33,62); }

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

background-color css

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

 a { background-color: rgb(123,33,62); }

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

border-color css

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

 span { border-color: rgb(123,33,62); }

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