Html Css Color HEX #731F3A Claret

📋 copy color: '#731F3A'

red 115 ◦ green 31 ◦ blue 58

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

Shades of Claret #731F3A

Tints of Claret #731F3A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.2%

 BLUE value IS 58 (23.05% from 255) = 28.43%

R = 56.37%
G = 15.2%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#731F3A (or 0x731F3A) is known color: Claret. HEX triplet: 73, 1F and 3A. RGB value is (115,31,58). Sum of RGB (Red+Green+Blue) = 115+31+58=204 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.37% from 204); Green value is 31 (12.5% from 255 or 15.20% from 204); Blue value is 58 (23.05% from 255 or 28.43% from 204); Max value from RGB is 115 - color contains mainly: red. Hex color #731F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731F3A is #8CE0C5. Grayscale: #3B3B3B. Windows color (decimal): -9232582 or 3809139. OLE color: 3809139.

HSL color Cylindrical-coordinate representation of color #731F3A: hue angle of 340.71º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #731F3A is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 31 58 -
CMYK 0 0.73 0.50 0.55
HSL 340.71º 0.58% 0.29% -
HSV(B) 340.71º 0.73% 0.45% -
XYZ 8.32 4.93 4.52 -
YUV 59.19 127.33 167.8 -
System Red Green Blue C M Y K H S L
Decimal 115 31 58 0 0.73 0.50 0.55 340.71 0.58 0.29
Hex 73 1F 3A 0 49 32 37 155 3A 1D
Octal 163 37 72 0 111 62 67 525 72 35
Binary 1110011 11111 111010 0 1001001 110010 110111 101010101 111010 11101

Color Harmonies of #731F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731F3A

Black with #731F3A

Text Example


Text Example

White with #731F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,31,58); }

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

background-color css

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

 a { background-color: rgb(115,31,58); }

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

border-color css

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

 span { border-color: rgb(115,31,58); }

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