Html Css Color HEX #732636 Claret

📋 copy color: '#732636'

red 115 ◦ green 38 ◦ blue 54

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

Shades of Claret #732636

Tints of Claret #732636

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.36%

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

R = 55.56%
G = 18.36%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#732636 (or 0x732636) is known color: Claret. HEX triplet: 73, 26 and 36. RGB value is (115,38,54). Sum of RGB (Red+Green+Blue) = 115+38+54=207 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.56% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 115 - color contains mainly: red. Hex color #732636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732636 is #8CD9C9. Grayscale: #3E3E3E. Windows color (decimal): -9230794 or 3548787. OLE color: 3548787.

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

Color convert

RGB 115 38 54 -
CMYK 0 0.67 0.53 0.55
HSL 347.53º 0.5% 0.3% -
HSV(B) 347.53º 0.67% 0.45% -
XYZ 8.43 5.3 4.07 -
YUV 62.85 123.01 165.2 -
System Red Green Blue C M Y K H S L
Decimal 115 38 54 0 0.67 0.53 0.55 347.53 0.5 0.3
Hex 73 26 36 0 43 35 37 15C 32 1E
Octal 163 46 66 0 103 65 67 534 62 36
Binary 1110011 100110 110110 0 1000011 110101 110111 101011100 110010 11110

Color Harmonies of #732636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732636

Black with #732636

Text Example


Text Example

White with #732636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732636; }

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

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

background-color css

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

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

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

border-color css

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

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

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