Html Css Color HEX #631832 Claret

📋 copy color: '#631832'

red 99 ◦ green 24 ◦ blue 50

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

Shades of Claret #631832

Tints of Claret #631832

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.87%

 BLUE value IS 50 (19.92% from 255) = 28.9%

R = 57.23%
G = 13.87%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.61

RGB Variations

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

Color information

#631832 (or 0x631832) is known color: Claret. HEX triplet: 63, 18 and 32. RGB value is (99,24,50). Sum of RGB (Red+Green+Blue) = 99+24+50=173 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.23% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 99 - color contains mainly: red. Hex color #631832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631832 is #9CE7CD. Grayscale: #313131. Windows color (decimal): -10282958 or 3283043. OLE color: 3283043.

HSL color Cylindrical-coordinate representation of color #631832: hue angle of 339.2º 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 #631832 is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 24 50 -
CMYK 0 0.76 0.49 0.61
HSL 339.2º 0.61% 0.24% -
HSV(B) 339.2º 0.76% 0.39% -
XYZ 6.05 3.54 3.38 -
YUV 49.39 128.35 163.39 -
System Red Green Blue C M Y K H S L
Decimal 99 24 50 0 0.76 0.49 0.61 339.2 0.61 0.24
Hex 63 18 32 0 4C 31 3D 153 3D 18
Octal 143 30 62 0 114 61 75 523 75 30
Binary 1100011 11000 110010 0 1001100 110001 111101 101010011 111101 11000

Color Harmonies of #631832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631832

Black with #631832

Text Example


Text Example

White with #631832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631832; }

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

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

background-color css

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

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

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

border-color css

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

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

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