Html Css Color HEX #732838 Claret

📋 copy color: '#732838'

red 115 ◦ green 40 ◦ blue 56

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

Shades of Claret #732838

Tints of Claret #732838

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.96%

 BLUE value IS 56 (22.27% from 255) = 26.54%

R = 54.5%
G = 18.96%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#732838 (or 0x732838) is known color: Claret. HEX triplet: 73, 28 and 38. RGB value is (115,40,56). Sum of RGB (Red+Green+Blue) = 115+40+56=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #732838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732838 is #8CD7C7. Grayscale: #404040. Windows color (decimal): -9230280 or 3680371. OLE color: 3680371.

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

Color convert

RGB 115 40 56 -
CMYK 0 0.65 0.51 0.55
HSL 347.2º 0.48% 0.3% -
HSV(B) 347.2º 0.65% 0.45% -
XYZ 8.54 5.45 4.34 -
YUV 64.25 123.35 164.2 -
System Red Green Blue C M Y K H S L
Decimal 115 40 56 0 0.65 0.51 0.55 347.2 0.48 0.3
Hex 73 28 38 0 41 33 37 15B 30 1E
Octal 163 50 70 0 101 63 67 533 60 36
Binary 1110011 101000 111000 0 1000001 110011 110111 101011011 110000 11110

Color Harmonies of #732838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732838

Black with #732838

Text Example


Text Example

White with #732838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732838; }

 p { color: rgb(115,40,56); }

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

background-color css

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

 a { background-color: rgb(115,40,56); }

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

border-color css

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

 span { border-color: rgb(115,40,56); }

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