Html Css Color HEX #7A243B Claret

📋 copy color: '#7A243B'

red 122 ◦ green 36 ◦ blue 59

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

Shades of Claret #7A243B

Tints of Claret #7A243B

RGB

 RED value IS 122 (48.05% from 255) = 56.22%

 GREEN value IS 36 (14.45% from 255) = 16.59%

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

R = 56.22%
G = 16.59%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.52

RGB Variations

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

Color information

#7A243B (or 0x7A243B) is known color: Claret. HEX triplet: 7A, 24 and 3B. RGB value is (122,36,59). Sum of RGB (Red+Green+Blue) = 122+36+59=217 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.22% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 59 (23.44% from 255 or 27.19% from 217); Max value from RGB is 122 - color contains mainly: red. Hex color #7A243B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A243B is #85DBC4. Grayscale: #404040. Windows color (decimal): -8772549 or 3875962. OLE color: 3875962.

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

Color convert

RGB 122 36 59 -
CMYK 0 0.70 0.52 0.52
HSL 343.95º 0.54% 0.31% -
HSV(B) 343.95º 0.7% 0.48% -
XYZ 9.45 5.72 4.74 -
YUV 64.34 124.99 169.13 -
System Red Green Blue C M Y K H S L
Decimal 122 36 59 0 0.70 0.52 0.52 343.95 0.54 0.31
Hex 7A 24 3B 0 46 34 34 158 36 1F
Octal 172 44 73 0 106 64 64 530 66 37
Binary 1111010 100100 111011 0 1000110 110100 110100 101011000 110110 11111

Color Harmonies of #7A243B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A243B

Black with #7A243B

Text Example


Text Example

White with #7A243B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,36,59); }

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

background-color css

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

 a { background-color: rgb(122,36,59); }

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

border-color css

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

 span { border-color: rgb(122,36,59); }

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