Html Css Color HEX #732937 Claret

📋 copy color: '#732937'

red 115 ◦ green 41 ◦ blue 55

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

Shades of Claret #732937

Tints of Claret #732937

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.43%

 BLUE value IS 55 (21.88% from 255) = 26.07%

R = 54.5%
G = 19.43%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#732937 (or 0x732937) is known color: Claret. HEX triplet: 73, 29 and 37. RGB value is (115,41,55). Sum of RGB (Red+Green+Blue) = 115+41+55=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 55 (21.88% from 255 or 26.07% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #732937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732937 is #8CD6C8. Grayscale: #404040. Windows color (decimal): -9230025 or 3615091. OLE color: 3615091.

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

Color convert

RGB 115 41 55 -
CMYK 0 0.64 0.52 0.55
HSL 348.65º 0.47% 0.31% -
HSV(B) 348.65º 0.64% 0.45% -
XYZ 8.55 5.51 4.23 -
YUV 64.72 122.52 163.86 -
System Red Green Blue C M Y K H S L
Decimal 115 41 55 0 0.64 0.52 0.55 348.65 0.47 0.31
Hex 73 29 37 0 40 34 37 15D 2F 1F
Octal 163 51 67 0 100 64 67 535 57 37
Binary 1110011 101001 110111 0 1000000 110100 110111 101011101 101111 11111

Color Harmonies of #732937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732937

Black with #732937

Text Example


Text Example

White with #732937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732937; }

 p { color: rgb(115,41,55); }

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

background-color css

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

 a { background-color: rgb(115,41,55); }

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

border-color css

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

 span { border-color: rgb(115,41,55); }

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