Html Css Color HEX #632331 Claret

📋 copy color: '#632331'

red 99 ◦ green 35 ◦ blue 49

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

Shades of Claret #632331

Tints of Claret #632331

RGB

 RED value IS 99 (39.06% from 255) = 54.1%

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

 BLUE value IS 49 (19.53% from 255) = 26.78%

R = 54.1%
G = 19.13%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.61

RGB Variations

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

Color information

#632331 (or 0x632331) is known color: Claret. HEX triplet: 63, 23 and 31. RGB value is (99,35,49). Sum of RGB (Red+Green+Blue) = 99+35+49=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #632331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632331 is #9CDCCE. Grayscale: #373737. Windows color (decimal): -10280143 or 3220323. OLE color: 3220323.

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

Color convert

RGB 99 35 49 -
CMYK 0 0.65 0.51 0.61
HSL 346.88º 0.48% 0.26% -
HSV(B) 346.88º 0.65% 0.39% -
XYZ 6.3 4.08 3.36 -
YUV 55.73 124.2 158.86 -
System Red Green Blue C M Y K H S L
Decimal 99 35 49 0 0.65 0.51 0.61 346.88 0.48 0.26
Hex 63 23 31 0 41 33 3D 15B 30 1A
Octal 143 43 61 0 101 63 75 533 60 32
Binary 1100011 100011 110001 0 1000001 110011 111101 101011011 110000 11010

Color Harmonies of #632331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632331

Black with #632331

Text Example


Text Example

White with #632331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632331; }

 p { color: rgb(99,35,49); }

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

background-color css

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

 a { background-color: rgb(99,35,49); }

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

border-color css

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

 span { border-color: rgb(99,35,49); }

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