Html Css Color HEX #731034 Claret

📋 copy color: '#731034'

red 115 ◦ green 16 ◦ blue 52

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

Shades of Claret #731034

Tints of Claret #731034

RGB

 RED value IS 115 (45.31% from 255) = 62.84%

 GREEN value IS 16 (6.64% from 255) = 8.74%

 BLUE value IS 52 (20.7% from 255) = 28.42%

R = 62.84%
G = 8.74%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#731034 (or 0x731034) is known color: Claret. HEX triplet: 73, 10 and 34. RGB value is (115,16,52). Sum of RGB (Red+Green+Blue) = 115+16+52=183 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.84% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 115 - color contains mainly: red. Hex color #731034 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731034 is #8CEFCB. Grayscale: #313131. Windows color (decimal): -9236428 or 3412083. OLE color: 3412083.

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

Color convert

RGB 115 16 52 -
CMYK 0 0.86 0.55 0.55
HSL 338.18º 0.76% 0.26% -
HSV(B) 338.18º 0.86% 0.45% -
XYZ 7.88 4.26 3.66 -
YUV 49.71 129.3 174.57 -
System Red Green Blue C M Y K H S L
Decimal 115 16 52 0 0.86 0.55 0.55 338.18 0.76 0.26
Hex 73 10 34 0 56 37 37 152 4C 1A
Octal 163 20 64 0 126 67 67 522 114 32
Binary 1110011 10000 110100 0 1010110 110111 110111 101010010 1001100 11010

Color Harmonies of #731034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731034

Black with #731034

Text Example


Text Example

White with #731034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731034; }

 p { color: rgb(115,16,52); }

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

background-color css

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

 a { background-color: rgb(115,16,52); }

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

border-color css

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

 span { border-color: rgb(115,16,52); }

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