Html Css Color HEX #7B223A Claret

📋 copy color: '#7B223A'

red 123 ◦ green 34 ◦ blue 58

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

Shades of Claret #7B223A

Tints of Claret #7B223A

RGB

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

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

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

R = 57.21%
G = 15.81%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.52

RGB Variations

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

Color information

#7B223A (or 0x7B223A) is known color: Claret. HEX triplet: 7B, 22 and 3A. RGB value is (123,34,58). Sum of RGB (Red+Green+Blue) = 123+34+58=215 (28% of max value = 765). Red value is 123 (48.44% from 255 or 57.21% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 123 - color contains mainly: red. Hex color #7B223A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B223A is #84DDC5. Grayscale: #3F3F3F. Windows color (decimal): -8707526 or 3809915. OLE color: 3809915.

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

Color convert

RGB 123 34 58 -
CMYK 0 0.72 0.53 0.52
HSL 343.82º 0.57% 0.31% -
HSV(B) 343.82º 0.72% 0.48% -
XYZ 9.5 5.66 4.59 -
YUV 63.35 124.99 170.55 -
System Red Green Blue C M Y K H S L
Decimal 123 34 58 0 0.72 0.53 0.52 343.82 0.57 0.31
Hex 7B 22 3A 0 48 35 34 158 39 1F
Octal 173 42 72 0 110 65 64 530 71 37
Binary 1111011 100010 111010 0 1001000 110101 110100 101011000 111001 11111

Color Harmonies of #7B223A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B223A

Black with #7B223A

Text Example


Text Example

White with #7B223A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,34,58); }

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

background-color css

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

 a { background-color: rgb(123,34,58); }

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

border-color css

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

 span { border-color: rgb(123,34,58); }

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