Html Css Color HEX #731033 Claret

📋 copy color: '#731033'

red 115 ◦ green 16 ◦ blue 51

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

Shades of Claret #731033

Tints of Claret #731033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 28.02%

R = 63.19%
G = 8.79%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#731033 (or 0x731033) is known color: Claret. HEX triplet: 73, 10 and 33. RGB value is (115,16,51). Sum of RGB (Red+Green+Blue) = 115+16+51=182 (24% of max value = 765). Red value is 115 (45.31% from 255 or 63.19% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 51 (20.31% from 255 or 28.02% from 182); Max value from RGB is 115 - color contains mainly: red. Hex color #731033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731033 is #8CEFCC. Grayscale: #313131. Windows color (decimal): -9236429 or 3346547. OLE color: 3346547.

HSL color Cylindrical-coordinate representation of color #731033: hue angle of 338.79º 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 #731033 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 16 51 -
CMYK 0 0.86 0.56 0.55
HSL 338.79º 0.76% 0.26% -
HSV(B) 338.79º 0.86% 0.45% -
XYZ 7.85 4.25 3.54 -
YUV 49.59 128.8 174.65 -
System Red Green Blue C M Y K H S L
Decimal 115 16 51 0 0.86 0.56 0.55 338.79 0.76 0.26
Hex 73 10 33 0 56 38 37 153 4C 1A
Octal 163 20 63 0 126 70 67 523 114 32
Binary 1110011 10000 110011 0 1010110 111000 110111 101010011 1001100 11010

Color Harmonies of #731033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731033

Black with #731033

Text Example


Text Example

White with #731033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731033; }

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

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

background-color css

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

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

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

border-color css

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

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

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