Html Css Color HEX #631933 Claret

📋 copy color: '#631933'

red 99 ◦ green 25 ◦ blue 51

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

Shades of Claret #631933

Tints of Claret #631933

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.29%

 BLUE value IS 51 (20.31% from 255) = 29.14%

R = 56.57%
G = 14.29%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.61

RGB Variations

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

Color information

#631933 (or 0x631933) is known color: Claret. HEX triplet: 63, 19 and 33. RGB value is (99,25,51). Sum of RGB (Red+Green+Blue) = 99+25+51=175 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.57% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 51 (20.31% from 255 or 29.14% from 175); Max value from RGB is 99 - color contains mainly: red. Hex color #631933 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631933 is #9CE6CC. Grayscale: #323232. Windows color (decimal): -10282701 or 3348835. OLE color: 3348835.

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

Color convert

RGB 99 25 51 -
CMYK 0 0.75 0.48 0.61
HSL 338.92º 0.6% 0.24% -
HSV(B) 338.92º 0.75% 0.39% -
XYZ 6.09 3.59 3.5 -
YUV 50.09 128.52 162.89 -
System Red Green Blue C M Y K H S L
Decimal 99 25 51 0 0.75 0.48 0.61 338.92 0.6 0.24
Hex 63 19 33 0 4B 30 3D 153 3C 18
Octal 143 31 63 0 113 60 75 523 74 30
Binary 1100011 11001 110011 0 1001011 110000 111101 101010011 111100 11000

Color Harmonies of #631933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631933

Black with #631933

Text Example


Text Example

White with #631933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631933; }

 p { color: rgb(99,25,51); }

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

background-color css

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

 a { background-color: rgb(99,25,51); }

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

border-color css

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

 span { border-color: rgb(99,25,51); }

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