Html Css Color HEX #721935 Claret

📋 copy color: '#721935'

red 114 ◦ green 25 ◦ blue 53

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

Shades of Claret #721935

Tints of Claret #721935

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.02%

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

R = 59.38%
G = 13.02%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#721935 (or 0x721935) is known color: Claret. HEX triplet: 72, 19 and 35. RGB value is (114,25,53). Sum of RGB (Red+Green+Blue) = 114+25+53=192 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.38% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 53 (21.09% from 255 or 27.60% from 192); Max value from RGB is 114 - color contains mainly: red. Hex color #721935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721935 is #8DE6CA. Grayscale: #363636. Windows color (decimal): -9299659 or 3479922. OLE color: 3479922.

HSL color Cylindrical-coordinate representation of color #721935: hue angle of 341.12º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #721935 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 25 53 -
CMYK 0 0.78 0.54 0.55
HSL 341.12º 0.64% 0.27% -
HSV(B) 341.12º 0.78% 0.45% -
XYZ 7.93 4.53 3.82 -
YUV 54.8 126.99 170.22 -
System Red Green Blue C M Y K H S L
Decimal 114 25 53 0 0.78 0.54 0.55 341.12 0.64 0.27
Hex 72 19 35 0 4E 36 37 155 40 1B
Octal 162 31 65 0 116 66 67 525 100 33
Binary 1110010 11001 110101 0 1001110 110110 110111 101010101 1000000 11011

Color Harmonies of #721935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721935

Black with #721935

Text Example


Text Example

White with #721935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721935; }

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

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

background-color css

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

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

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

border-color css

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

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

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