Html Css Color HEX #721D2E Claret

📋 copy color: '#721D2E'

red 114 ◦ green 29 ◦ blue 46

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

Shades of Claret #721D2E

Tints of Claret #721D2E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.34%

 BLUE value IS 46 (18.36% from 255) = 24.34%

R = 60.32%
G = 15.34%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#721D2E (or 0x721D2E) is known color: Claret. HEX triplet: 72, 1D and 2E. RGB value is (114,29,46). Sum of RGB (Red+Green+Blue) = 114+29+46=189 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60.32% from 189); Green value is 29 (11.72% from 255 or 15.34% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 114 - color contains mainly: red. Hex color #721D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721D2E is #8DE2D1. Grayscale: #383838. Windows color (decimal): -9298642 or 3022194. OLE color: 3022194.

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

Color convert

RGB 114 29 46 -
CMYK 0 0.75 0.60 0.55
HSL 348º 0.59% 0.28% -
HSV(B) 348º 0.75% 0.45% -
XYZ 7.87 4.65 3.07 -
YUV 56.35 122.16 169.12 -
System Red Green Blue C M Y K H S L
Decimal 114 29 46 0 0.75 0.60 0.55 348 0.59 0.28
Hex 72 1D 2E 0 4B 3C 37 15C 3B 1C
Octal 162 35 56 0 113 74 67 534 73 34
Binary 1110010 11101 101110 0 1001011 111100 110111 101011100 111011 11100

Color Harmonies of #721D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721D2E

Black with #721D2E

Text Example


Text Example

White with #721D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,29,46); }

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

background-color css

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

 a { background-color: rgb(114,29,46); }

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

border-color css

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

 span { border-color: rgb(114,29,46); }

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