Html Css Color HEX #721F35 Claret

📋 copy color: '#721F35'

red 114 ◦ green 31 ◦ blue 53

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

Shades of Claret #721F35

Tints of Claret #721F35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 26.77%

R = 57.58%
G = 15.66%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#721F35 (or 0x721F35) is known color: Claret. HEX triplet: 72, 1F and 35. RGB value is (114,31,53). Sum of RGB (Red+Green+Blue) = 114+31+53=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 31 (12.5% from 255 or 15.66% from 198); Blue value is 53 (21.09% from 255 or 26.77% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #721F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721F35 is #8DE0CA. Grayscale: #3A3A3A. Windows color (decimal): -9298123 or 3481458. OLE color: 3481458.

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

Color convert

RGB 114 31 53 -
CMYK 0 0.73 0.54 0.55
HSL 344.1º 0.57% 0.28% -
HSV(B) 344.1º 0.73% 0.45% -
XYZ 8.07 4.81 3.87 -
YUV 58.33 125 167.71 -
System Red Green Blue C M Y K H S L
Decimal 114 31 53 0 0.73 0.54 0.55 344.1 0.57 0.28
Hex 72 1F 35 0 49 36 37 158 39 1C
Octal 162 37 65 0 111 66 67 530 71 34
Binary 1110010 11111 110101 0 1001001 110110 110111 101011000 111001 11100

Color Harmonies of #721F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721F35

Black with #721F35

Text Example


Text Example

White with #721F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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