Html Css Color HEX #721A3A Claret

📋 copy color: '#721A3A'

red 114 ◦ green 26 ◦ blue 58

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

Shades of Claret #721A3A

Tints of Claret #721A3A

RGB

 RED value IS 114 (44.92% from 255) = 57.58%

 GREEN value IS 26 (10.55% from 255) = 13.13%

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

R = 57.58%
G = 13.13%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#721A3A (or 0x721A3A) is known color: Claret. HEX triplet: 72, 1A and 3A. RGB value is (114,26,58). Sum of RGB (Red+Green+Blue) = 114+26+58=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 26 (10.55% from 255 or 13.13% from 198); Blue value is 58 (23.05% from 255 or 29.29% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #721A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721A3A is #8DE5C5. Grayscale: #373737. Windows color (decimal): -9299398 or 3807858. OLE color: 3807858.

HSL color Cylindrical-coordinate representation of color #721A3A: hue angle of 338.18º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #721A3A is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 26 58 -
CMYK 0 0.77 0.49 0.55
HSL 338.18º 0.63% 0.27% -
HSV(B) 338.18º 0.77% 0.45% -
XYZ 8.07 4.62 4.47 -
YUV 55.96 129.15 169.4 -
System Red Green Blue C M Y K H S L
Decimal 114 26 58 0 0.77 0.49 0.55 338.18 0.63 0.27
Hex 72 1A 3A 0 4D 31 37 152 3F 1B
Octal 162 32 72 0 115 61 67 522 77 33
Binary 1110010 11010 111010 0 1001101 110001 110111 101010010 111111 11011

Color Harmonies of #721A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721A3A

Black with #721A3A

Text Example


Text Example

White with #721A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721A3A; }

 p { color: rgb(114,26,58); }

 H1.HeaderClassName
 {
   color: #721A3A;
 }
 .AnyTagClassName
 {
   color: #721A3A;
 }
</style>

background-color css

<style>
 a { background-color: #721A3A; }

 a { background-color: rgb(114,26,58); }

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

border-color css

<style>
 span { border-color: #721A3A; }

 span { border-color: rgb(114,26,58); }

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