#631D2F

Color #631D2F Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #631D2F

Tints of Claret #631D2F

Color information

#631D2F (or 0x631D2F) is unknown color: approx Claret. HEX triplet: 63, 1D and 2F. RGB value is (99,29,47). Sum of RGB (Red+Green+Blue) = 99+29+47=175 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.57% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 99 - color contains mainly: red. Hex color #631D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631D2F is #9CE2D0. Grayscale: #333333. Windows color (decimal): -10281681 or 3087715. OLE color: 3087715.

HSL color Cylindrical-coordinate representation of color #631D2F: hue angle of 344.57º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #631D2F is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB992947-
CMYK00.710.530.61
HSL344.57º54.69%25.1%-
HSV(B)344.57º70.71%38.82%-
XYZ6.13.743.09-
YUV51.98125.19161.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 56.57%
GREEN value IS 29 (11.72% from 255) = 16.57%
BLUE value IS 47 (18.75% from 255) = 26.86%
R=56.57%
G=16.57%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99294700.710.530.61344.5754.6925.1
Hex631D2F047353D1593719
Octal1433557010765755316731
Binary1100011111011011110100011111010111110110101100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631D2F; }

 p { color: rgb(99,29,47); }

 H1.HeaderClassName
 {
   color: #631D2F;
 }
 .AnyTagClassName
 {
   color: #631D2F;
 }
</style>
background-color css

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

 a { background-color: rgb(99,29,47); }

 div.DivClassName
 {
   background-color: #631D2F;
 }
 .BgClassName
 {
   background-color: #631D2F;
 }
</style>
border-color css

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

 span { border-color: rgb(99,29,47); }

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