Html Css Color HEX #721B36 Claret

📋 copy color: '#721B36'

red 114 ◦ green 27 ◦ blue 54

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

Shades of Claret #721B36

Tints of Claret #721B36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 27.69%

R = 58.46%
G = 13.85%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#721B36 (or 0x721B36) is known color: Claret. HEX triplet: 72, 1B and 36. RGB value is (114,27,54). Sum of RGB (Red+Green+Blue) = 114+27+54=195 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.46% from 195); Green value is 27 (10.94% from 255 or 13.85% from 195); Blue value is 54 (21.48% from 255 or 27.69% from 195); Max value from RGB is 114 - color contains mainly: red. Hex color #721B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721B36 is #8DE4C9. Grayscale: #383838. Windows color (decimal): -9299146 or 3545970. OLE color: 3545970.

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

Color convert

RGB 114 27 54 -
CMYK 0 0.76 0.53 0.55
HSL 341.38º 0.62% 0.28% -
HSV(B) 341.38º 0.76% 0.45% -
XYZ 8 4.63 3.96 -
YUV 56.09 126.82 169.3 -
System Red Green Blue C M Y K H S L
Decimal 114 27 54 0 0.76 0.53 0.55 341.38 0.62 0.28
Hex 72 1B 36 0 4C 35 37 155 3E 1C
Octal 162 33 66 0 114 65 67 525 76 34
Binary 1110010 11011 110110 0 1001100 110101 110111 101010101 111110 11100

Color Harmonies of #721B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721B36

Black with #721B36

Text Example


Text Example

White with #721B36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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