Html Css Color HEX #732336 Claret

📋 copy color: '#732336'

red 115 ◦ green 35 ◦ blue 54

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

Shades of Claret #732336

Tints of Claret #732336

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.16%

 BLUE value IS 54 (21.48% from 255) = 26.47%

R = 56.37%
G = 17.16%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#732336 (or 0x732336) is known color: Claret. HEX triplet: 73, 23 and 36. RGB value is (115,35,54). Sum of RGB (Red+Green+Blue) = 115+35+54=204 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.37% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 54 (21.48% from 255 or 26.47% from 204); Max value from RGB is 115 - color contains mainly: red. Hex color #732336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732336 is #8CDCC9. Grayscale: #3D3D3D. Windows color (decimal): -9231562 or 3548019. OLE color: 3548019.

HSL color Cylindrical-coordinate representation of color #732336: hue angle of 345.75º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #732336 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 35 54 -
CMYK 0 0.70 0.53 0.55
HSL 345.75º 0.53% 0.29% -
HSV(B) 345.75º 0.7% 0.45% -
XYZ 8.34 5.11 4.04 -
YUV 61.09 124 166.46 -
System Red Green Blue C M Y K H S L
Decimal 115 35 54 0 0.70 0.53 0.55 345.75 0.53 0.29
Hex 73 23 36 0 46 35 37 15A 35 1D
Octal 163 43 66 0 106 65 67 532 65 35
Binary 1110011 100011 110110 0 1000110 110101 110111 101011010 110101 11101

Color Harmonies of #732336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732336

Black with #732336

Text Example


Text Example

White with #732336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732336; }

 p { color: rgb(115,35,54); }

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

background-color css

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

 a { background-color: rgb(115,35,54); }

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

border-color css

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

 span { border-color: rgb(115,35,54); }

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