Html Css Color HEX #732635 Claret

📋 copy color: '#732635'

red 115 ◦ green 38 ◦ blue 53

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

Shades of Claret #732635

Tints of Claret #732635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 25.73%

R = 55.83%
G = 18.45%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#732635 (or 0x732635) is known color: Claret. HEX triplet: 73, 26 and 35. RGB value is (115,38,53). Sum of RGB (Red+Green+Blue) = 115+38+53=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #732635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732635 is #8CD9CA. Grayscale: #3E3E3E. Windows color (decimal): -9230795 or 3483251. OLE color: 3483251.

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

Color convert

RGB 115 38 53 -
CMYK 0 0.67 0.54 0.55
HSL 348.31º 0.5% 0.3% -
HSV(B) 348.31º 0.67% 0.45% -
XYZ 8.41 5.29 3.95 -
YUV 62.73 122.51 165.28 -
System Red Green Blue C M Y K H S L
Decimal 115 38 53 0 0.67 0.54 0.55 348.31 0.5 0.3
Hex 73 26 35 0 43 36 37 15C 32 1E
Octal 163 46 65 0 103 66 67 534 62 36
Binary 1110011 100110 110101 0 1000011 110110 110111 101011100 110010 11110

Color Harmonies of #732635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732635

Black with #732635

Text Example


Text Example

White with #732635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732635; }

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

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

background-color css

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

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

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

border-color css

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

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

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