Html Css Color HEX #631731 Claret

📋 copy color: '#631731'

red 99 ◦ green 23 ◦ blue 49

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

Shades of Claret #631731

Tints of Claret #631731

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.45%

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

R = 57.89%
G = 13.45%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.61

RGB Variations

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

Color information

#631731 (or 0x631731) is known color: Claret. HEX triplet: 63, 17 and 31. RGB value is (99,23,49). Sum of RGB (Red+Green+Blue) = 99+23+49=171 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.89% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 49 (19.53% from 255 or 28.65% from 171); Max value from RGB is 99 - color contains mainly: red. Hex color #631731 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631731 is #9CE8CE. Grayscale: #303030. Windows color (decimal): -10283215 or 3217251. OLE color: 3217251.

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

Color convert

RGB 99 23 49 -
CMYK 0 0.77 0.51 0.61
HSL 339.47º 0.62% 0.24% -
HSV(B) 339.47º 0.77% 0.39% -
XYZ 6.01 3.49 3.26 -
YUV 48.69 128.18 163.89 -
System Red Green Blue C M Y K H S L
Decimal 99 23 49 0 0.77 0.51 0.61 339.47 0.62 0.24
Hex 63 17 31 0 4D 33 3D 153 3E 18
Octal 143 27 61 0 115 63 75 523 76 30
Binary 1100011 10111 110001 0 1001101 110011 111101 101010011 111110 11000

Color Harmonies of #631731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631731

Black with #631731

Text Example


Text Example

White with #631731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631731; }

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

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

background-color css

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

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

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

border-color css

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

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

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