Html Css Color HEX #721F2F Claret

📋 copy color: '#721F2F'

red 114 ◦ green 31 ◦ blue 47

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

Shades of Claret #721F2F

Tints of Claret #721F2F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.15%

 BLUE value IS 47 (18.75% from 255) = 24.48%

R = 59.38%
G = 16.15%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#721F2F (or 0x721F2F) is known color: Claret. HEX triplet: 72, 1F and 2F. RGB value is (114,31,47). Sum of RGB (Red+Green+Blue) = 114+31+47=192 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.38% from 192); Green value is 31 (12.5% from 255 or 16.15% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 114 - color contains mainly: red. Hex color #721F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721F2F is #8DE0D0. Grayscale: #393939. Windows color (decimal): -9298129 or 3088242. OLE color: 3088242.

HSL color Cylindrical-coordinate representation of color #721F2F: hue angle of 348.43º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #721F2F is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 31 47 -
CMYK 0 0.73 0.59 0.55
HSL 348.43º 0.57% 0.28% -
HSV(B) 348.43º 0.73% 0.45% -
XYZ 7.94 4.76 3.19 -
YUV 57.64 122 168.2 -
System Red Green Blue C M Y K H S L
Decimal 114 31 47 0 0.73 0.59 0.55 348.43 0.57 0.28
Hex 72 1F 2F 0 49 3B 37 15C 39 1C
Octal 162 37 57 0 111 73 67 534 71 34
Binary 1110010 11111 101111 0 1001001 111011 110111 101011100 111001 11100

Color Harmonies of #721F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721F2F

Black with #721F2F

Text Example


Text Example

White with #721F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,31,47); }

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

background-color css

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

 a { background-color: rgb(114,31,47); }

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

border-color css

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

 span { border-color: rgb(114,31,47); }

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