Html Css Color HEX #732233 Claret

📋 copy color: '#732233'

red 115 ◦ green 34 ◦ blue 51

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

Shades of Claret #732233

Tints of Claret #732233

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17%

 BLUE value IS 51 (20.31% from 255) = 25.5%

R = 57.5%
G = 17%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#732233 (or 0x732233) is known color: Claret. HEX triplet: 73, 22 and 33. RGB value is (115,34,51). Sum of RGB (Red+Green+Blue) = 115+34+51=200 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.5% from 200); Green value is 34 (13.67% from 255 or 17% from 200); Blue value is 51 (20.31% from 255 or 25.5% from 200); Max value from RGB is 115 - color contains mainly: red. Hex color #732233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732233 is #8CDDCC. Grayscale: #3C3C3C. Windows color (decimal): -9231821 or 3351155. OLE color: 3351155.

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

Color convert

RGB 115 34 51 -
CMYK 0 0.70 0.56 0.55
HSL 347.41º 0.54% 0.29% -
HSV(B) 347.41º 0.7% 0.45% -
XYZ 8.24 5.03 3.67 -
YUV 60.16 122.84 167.12 -
System Red Green Blue C M Y K H S L
Decimal 115 34 51 0 0.70 0.56 0.55 347.41 0.54 0.29
Hex 73 22 33 0 46 38 37 15B 36 1D
Octal 163 42 63 0 106 70 67 533 66 35
Binary 1110011 100010 110011 0 1000110 111000 110111 101011011 110110 11101

Color Harmonies of #732233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732233

Black with #732233

Text Example


Text Example

White with #732233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732233; }

 p { color: rgb(115,34,51); }

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

background-color css

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

 a { background-color: rgb(115,34,51); }

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

border-color css

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

 span { border-color: rgb(115,34,51); }

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