Html Css Color HEX #721A2D Claret

📋 copy color: '#721A2D'

red 114 ◦ green 26 ◦ blue 45

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

Shades of Claret #721A2D

Tints of Claret #721A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 24.32%

R = 61.62%
G = 14.05%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#721A2D (or 0x721A2D) is known color: Claret. HEX triplet: 72, 1A and 2D. RGB value is (114,26,45). Sum of RGB (Red+Green+Blue) = 114+26+45=185 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.62% from 185); Green value is 26 (10.55% from 255 or 14.05% from 185); Blue value is 45 (17.97% from 255 or 24.32% from 185); Max value from RGB is 114 - color contains mainly: red. Hex color #721A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721A2D is #8DE5D2. Grayscale: #363636. Windows color (decimal): -9299411 or 2955890. OLE color: 2955890.

HSL color Cylindrical-coordinate representation of color #721A2D: hue angle of 347.05º 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 #721A2D is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 26 45 -
CMYK 0 0.77 0.61 0.55
HSL 347.05º 0.63% 0.27% -
HSV(B) 347.05º 0.77% 0.45% -
XYZ 7.78 4.51 2.94 -
YUV 54.48 122.65 170.46 -
System Red Green Blue C M Y K H S L
Decimal 114 26 45 0 0.77 0.61 0.55 347.05 0.63 0.27
Hex 72 1A 2D 0 4D 3D 37 15B 3F 1B
Octal 162 32 55 0 115 75 67 533 77 33
Binary 1110010 11010 101101 0 1001101 111101 110111 101011011 111111 11011

Color Harmonies of #721A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721A2D

Black with #721A2D

Text Example


Text Example

White with #721A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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