Html Css Color HEX #732135 Claret

📋 copy color: '#732135'

red 115 ◦ green 33 ◦ blue 53

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

Shades of Claret #732135

Tints of Claret #732135

RGB

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

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

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

R = 57.21%
G = 16.42%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#732135 (or 0x732135) is known color: Claret. HEX triplet: 73, 21 and 35. RGB value is (115,33,53). Sum of RGB (Red+Green+Blue) = 115+33+53=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #732135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732135 is #8CDECA. Grayscale: #3B3B3B. Windows color (decimal): -9232075 or 3481971. OLE color: 3481971.

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

Color convert

RGB 115 33 53 -
CMYK 0 0.71 0.54 0.55
HSL 345.37º 0.55% 0.29% -
HSV(B) 345.37º 0.71% 0.45% -
XYZ 8.26 4.99 3.9 -
YUV 59.8 124.17 167.37 -
System Red Green Blue C M Y K H S L
Decimal 115 33 53 0 0.71 0.54 0.55 345.37 0.55 0.29
Hex 73 21 35 0 47 36 37 159 37 1D
Octal 163 41 65 0 107 66 67 531 67 35
Binary 1110011 100001 110101 0 1000111 110110 110111 101011001 110111 11101

Color Harmonies of #732135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732135

Black with #732135

Text Example


Text Example

White with #732135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732135; }

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

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

background-color css

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

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

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

border-color css

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

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

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