#631834

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

Shades of Claret #631834

Tints of Claret #631834

Color information

#631834 (or 0x631834) is unknown color: approx Claret. HEX triplet: 63, 18 and 34. RGB value is (99,24,52). Sum of RGB (Red+Green+Blue) = 99+24+52=175 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.57% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 99 - color contains mainly: red. Hex color #631834 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631834 is #9CE7CB. Grayscale: #313131. Windows color (decimal): -10282956 or 3414115. OLE color: 3414115.

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

Color convert

RGB992452-
CMYK00.760.470.61
HSL337.6º60.98%24.12%-
HSV(B)337.6º75.76%38.82%-
XYZ6.093.553.61-
YUV49.62129.35163.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 56.57%
GREEN value IS 24 (9.77% from 255) = 13.71%
BLUE value IS 52 (20.70% from 255) = 29.71%
R=56.57%
G=13.71%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99245200.760.470.61337.660.9824.12
Hex63183404C2F3D1523d18
Octal1433064011457755227530
Binary1100011110001101000100110010111111110110101001011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631834; }

 p { color: rgb(99,24,52); }

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

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

 a { background-color: rgb(99,24,52); }

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

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

 span { border-color: rgb(99,24,52); }

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