Html Css Color HEX #721B2F Claret

📋 copy color: '#721B2F'

red 114 ◦ green 27 ◦ blue 47

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

Shades of Claret #721B2F

Tints of Claret #721B2F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.36%

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

R = 60.64%
G = 14.36%
B = 25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#721B2F (or 0x721B2F) is known color: Claret. HEX triplet: 72, 1B and 2F. RGB value is (114,27,47). Sum of RGB (Red+Green+Blue) = 114+27+47=188 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.64% from 188); Green value is 27 (10.94% from 255 or 14.36% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 114 - color contains mainly: red. Hex color #721B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721B2F is #8DE4D0. Grayscale: #373737. Windows color (decimal): -9299153 or 3087218. OLE color: 3087218.

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

Color convert

RGB 114 27 47 -
CMYK 0 0.76 0.59 0.55
HSL 346.21º 0.62% 0.28% -
HSV(B) 346.21º 0.76% 0.45% -
XYZ 7.84 4.57 3.16 -
YUV 55.29 123.32 169.87 -
System Red Green Blue C M Y K H S L
Decimal 114 27 47 0 0.76 0.59 0.55 346.21 0.62 0.28
Hex 72 1B 2F 0 4C 3B 37 15A 3E 1C
Octal 162 33 57 0 114 73 67 532 76 34
Binary 1110010 11011 101111 0 1001100 111011 110111 101011010 111110 11100

Color Harmonies of #721B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721B2F

Black with #721B2F

Text Example


Text Example

White with #721B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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