Html Css Color HEX #731833 Claret

📋 copy color: '#731833'

red 115 ◦ green 24 ◦ blue 51

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

Shades of Claret #731833

Tints of Claret #731833

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.63%

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

R = 60.53%
G = 12.63%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#731833 (or 0x731833) is known color: Claret. HEX triplet: 73, 18 and 33. RGB value is (115,24,51). Sum of RGB (Red+Green+Blue) = 115+24+51=190 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.53% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 51 (20.31% from 255 or 26.84% from 190); Max value from RGB is 115 - color contains mainly: red. Hex color #731833 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731833 is #8CE7CC. Grayscale: #363636. Windows color (decimal): -9234381 or 3348595. OLE color: 3348595.

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

Color convert

RGB 115 24 51 -
CMYK 0 0.79 0.56 0.55
HSL 342.2º 0.65% 0.27% -
HSV(B) 342.2º 0.79% 0.45% -
XYZ 7.99 4.54 3.59 -
YUV 54.29 126.15 171.3 -
System Red Green Blue C M Y K H S L
Decimal 115 24 51 0 0.79 0.56 0.55 342.2 0.65 0.27
Hex 73 18 33 0 4F 38 37 156 41 1B
Octal 163 30 63 0 117 70 67 526 101 33
Binary 1110011 11000 110011 0 1001111 111000 110111 101010110 1000001 11011

Color Harmonies of #731833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731833

Black with #731833

Text Example


Text Example

White with #731833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731833; }

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

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

background-color css

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

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

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

border-color css

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

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

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