Html Css Color HEX #731938 Claret

📋 copy color: '#731938'

red 115 ◦ green 25 ◦ blue 56

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

Shades of Claret #731938

Tints of Claret #731938

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.76%

 BLUE value IS 56 (22.27% from 255) = 28.57%

R = 58.67%
G = 12.76%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#731938 (or 0x731938) is known color: Claret. HEX triplet: 73, 19 and 38. RGB value is (115,25,56). Sum of RGB (Red+Green+Blue) = 115+25+56=196 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.67% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 56 (22.27% from 255 or 28.57% from 196); Max value from RGB is 115 - color contains mainly: red. Hex color #731938 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731938 is #8CE6C7. Grayscale: #373737. Windows color (decimal): -9234120 or 3676531. OLE color: 3676531.

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

Color convert

RGB 115 25 56 -
CMYK 0 0.78 0.51 0.55
HSL 339.33º 0.64% 0.27% -
HSV(B) 339.33º 0.78% 0.45% -
XYZ 8.13 4.63 4.21 -
YUV 55.44 128.32 170.48 -
System Red Green Blue C M Y K H S L
Decimal 115 25 56 0 0.78 0.51 0.55 339.33 0.64 0.27
Hex 73 19 38 0 4E 33 37 153 40 1B
Octal 163 31 70 0 116 63 67 523 100 33
Binary 1110011 11001 111000 0 1001110 110011 110111 101010011 1000000 11011

Color Harmonies of #731938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731938

Black with #731938

Text Example


Text Example

White with #731938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731938; }

 p { color: rgb(115,25,56); }

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

background-color css

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

 a { background-color: rgb(115,25,56); }

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

border-color css

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

 span { border-color: rgb(115,25,56); }

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