Html Css Color HEX #731C34 Claret

📋 copy color: '#731C34'

red 115 ◦ green 28 ◦ blue 52

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

Shades of Claret #731C34

Tints of Claret #731C34

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.36%

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

R = 58.97%
G = 14.36%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#731C34 (or 0x731C34) is known color: Claret. HEX triplet: 73, 1C and 34. RGB value is (115,28,52). Sum of RGB (Red+Green+Blue) = 115+28+52=195 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.97% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 52 (20.70% from 255 or 26.67% from 195); Max value from RGB is 115 - color contains mainly: red. Hex color #731C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731C34 is #8CE3CB. Grayscale: #383838. Windows color (decimal): -9233356 or 3415155. OLE color: 3415155.

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

Color convert

RGB 115 28 52 -
CMYK 0 0.76 0.55 0.55
HSL 343.45º 0.61% 0.28% -
HSV(B) 343.45º 0.76% 0.45% -
XYZ 8.11 4.72 3.73 -
YUV 56.75 125.32 169.55 -
System Red Green Blue C M Y K H S L
Decimal 115 28 52 0 0.76 0.55 0.55 343.45 0.61 0.28
Hex 73 1C 34 0 4C 37 37 157 3D 1C
Octal 163 34 64 0 114 67 67 527 75 34
Binary 1110011 11100 110100 0 1001100 110111 110111 101010111 111101 11100

Color Harmonies of #731C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731C34

Black with #731C34

Text Example


Text Example

White with #731C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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