Html Css Color HEX #731634 Claret

📋 copy color: '#731634'

red 115 ◦ green 22 ◦ blue 52

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

Shades of Claret #731634

Tints of Claret #731634

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.64%

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

R = 60.85%
G = 11.64%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#731634 (or 0x731634) is known color: Claret. HEX triplet: 73, 16 and 34. RGB value is (115,22,52). Sum of RGB (Red+Green+Blue) = 115+22+52=189 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.85% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 52 (20.70% from 255 or 27.51% from 189); Max value from RGB is 115 - color contains mainly: red. Hex color #731634 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731634 is #8CE9CB. Grayscale: #353535. Windows color (decimal): -9234892 or 3413619. OLE color: 3413619.

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

Color convert

RGB 115 22 52 -
CMYK 0 0.81 0.55 0.55
HSL 340.65º 0.68% 0.27% -
HSV(B) 340.65º 0.81% 0.45% -
XYZ 7.98 4.47 3.69 -
YUV 53.23 127.31 172.06 -
System Red Green Blue C M Y K H S L
Decimal 115 22 52 0 0.81 0.55 0.55 340.65 0.68 0.27
Hex 73 16 34 0 51 37 37 155 44 1B
Octal 163 26 64 0 121 67 67 525 104 33
Binary 1110011 10110 110100 0 1010001 110111 110111 101010101 1000100 11011

Color Harmonies of #731634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731634

Black with #731634

Text Example


Text Example

White with #731634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731634; }

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

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

background-color css

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

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

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

border-color css

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

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

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