Html Css Color HEX #732338 Claret

📋 copy color: '#732338'

red 115 ◦ green 35 ◦ blue 56

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

Shades of Claret #732338

Tints of Claret #732338

RGB

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

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

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

R = 55.83%
G = 16.99%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#732338 (or 0x732338) is known color: Claret. HEX triplet: 73, 23 and 38. RGB value is (115,35,56). Sum of RGB (Red+Green+Blue) = 115+35+56=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #732338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732338 is #8CDCC7. Grayscale: #3D3D3D. Windows color (decimal): -9231560 or 3679091. OLE color: 3679091.

HSL color Cylindrical-coordinate representation of color #732338: hue angle of 344.25º 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 #732338 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 35 56 -
CMYK 0 0.70 0.51 0.55
HSL 344.25º 0.53% 0.29% -
HSV(B) 344.25º 0.7% 0.45% -
XYZ 8.39 5.13 4.29 -
YUV 61.31 125 166.29 -
System Red Green Blue C M Y K H S L
Decimal 115 35 56 0 0.70 0.51 0.55 344.25 0.53 0.29
Hex 73 23 38 0 46 33 37 158 35 1D
Octal 163 43 70 0 106 63 67 530 65 35
Binary 1110011 100011 111000 0 1000110 110011 110111 101011000 110101 11101

Color Harmonies of #732338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732338

Black with #732338

Text Example


Text Example

White with #732338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732338; }

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

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

background-color css

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

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

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

border-color css

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

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

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