Html Css Color HEX #7B213F Claret

📋 copy color: '#7B213F'

red 123 ◦ green 33 ◦ blue 63

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

Shades of Claret #7B213F

Tints of Claret #7B213F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 28.77%

R = 56.16%
G = 15.07%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.52

RGB Variations

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

Color information

#7B213F (or 0x7B213F) is known color: Claret. HEX triplet: 7B, 21 and 3F. RGB value is (123,33,63). Sum of RGB (Red+Green+Blue) = 123+33+63=219 (29% of max value = 765). Red value is 123 (48.44% from 255 or 56.16% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 123 - color contains mainly: red. Hex color #7B213F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B213F is #84DEC0. Grayscale: #3F3F3F. Windows color (decimal): -8707777 or 4137339. OLE color: 4137339.

HSL color Cylindrical-coordinate representation of color #7B213F: hue angle of 340º 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 #7B213F is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 33 63 -
CMYK 0 0.73 0.49 0.52
HSL 340º 0.58% 0.31% -
HSV(B) 340º 0.73% 0.48% -
XYZ 9.61 5.66 5.29 -
YUV 63.33 127.82 170.56 -
System Red Green Blue C M Y K H S L
Decimal 123 33 63 0 0.73 0.49 0.52 340 0.58 0.31
Hex 7B 21 3F 0 49 31 34 154 3A 1F
Octal 173 41 77 0 111 61 64 524 72 37
Binary 1111011 100001 111111 0 1001001 110001 110100 101010100 111010 11111

Color Harmonies of #7B213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B213F

Black with #7B213F

Text Example


Text Example

White with #7B213F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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