Html Css Color HEX #732136 Claret

📋 copy color: '#732136'

red 115 ◦ green 33 ◦ blue 54

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

Shades of Claret #732136

Tints of Claret #732136

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.34%

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

R = 56.93%
G = 16.34%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#732136 (or 0x732136) is known color: Claret. HEX triplet: 73, 21 and 36. RGB value is (115,33,54). Sum of RGB (Red+Green+Blue) = 115+33+54=202 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.93% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 54 (21.48% from 255 or 26.73% from 202); Max value from RGB is 115 - color contains mainly: red. Hex color #732136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732136 is #8CDEC9. Grayscale: #3B3B3B. Windows color (decimal): -9232074 or 3547507. OLE color: 3547507.

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

Color convert

RGB 115 33 54 -
CMYK 0 0.71 0.53 0.55
HSL 344.63º 0.55% 0.29% -
HSV(B) 344.63º 0.71% 0.45% -
XYZ 8.28 5 4.02 -
YUV 59.91 124.67 167.29 -
System Red Green Blue C M Y K H S L
Decimal 115 33 54 0 0.71 0.53 0.55 344.63 0.55 0.29
Hex 73 21 36 0 47 35 37 159 37 1D
Octal 163 41 66 0 107 65 67 531 67 35
Binary 1110011 100001 110110 0 1000111 110101 110111 101011001 110111 11101

Color Harmonies of #732136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732136

Black with #732136

Text Example


Text Example

White with #732136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732136; }

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

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

background-color css

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

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

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

border-color css

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

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

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